hook (filter): Allow featured images to be displayed at all times for specific CPTs.
hook (filter): Allows any image URL to be passed in for $this->image_url.
hook (filter): Filter theme compat files.<p>Themes can add their own compat files here if they like. For example:</p> <p>add_filter( 'jetpack_theme_compat_files', 'mytheme_jetpack_compat_file' ); function mytheme_jetpack_compat_file( $files ) {</p> <pre><code>$files['mytheme'] = locate_template( 'jetpack-compat.php' ); return $files;</code></pre> <p>}</p>
hook (filter): Filter Featured Content's default settings.
hook (filter): The oEmbed video providers.<p>An allowed list of oEmbed video provider Regex patterns to check against before wrapping the output.</p>
hook (filter): Filter the Site Logo output.
hook (filter): Filter the list of Featured Posts IDs.
hook (filter): Allow holiday snow.<p>Note: there's no actual randomness involved in whether it snows or not, despite the filter mentioning a "chance of snow."</p>