Browsing hooks for feature: Theme Tools

    jetpack_content_options_featured_image_exclude_cpt

    hook (filter): Allow featured images to be displayed at all times for specific CPTs.

    Source: modules/theme-tools/content-options/featured-images.php:27

    jetpack_author_bio_avatar_size

    hook (filter): Filter the author bio avatar size.

    Source: modules/theme-tools/content-options/author-bio.php:48

    tonesque_image_url

    hook (filter): Allows any image URL to be passed in for $this->image_url.

    Source: _inc/lib/tonesque.php:55

    jetpack_theme_compat_files

    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>

    Source: modules/theme-tools.php:44

    featured_content_default_settings

    hook (filter): Filter Featured Content's default settings.

    Source: modules/theme-tools/featured-content.php:644

    jetpack_responsive_videos_oembed_videos

    hook (filter): The oEmbed video providers.<p>An allowed list of oEmbed video provider Regex patterns to check against before wrapping the output.</p>

    Source: modules/theme-tools/responsive-videos.php:122

    jetpack_the_site_logo

    hook (filter): Filter the Site Logo output.

    Source: modules/theme-tools/site-logo/inc/functions.php:157

    featured_content_post_ids

    hook (filter): Filter the list of Featured Posts IDs.

    Source: modules/theme-tools/featured-content.php:225

    jetpack_holiday_chance_of_snow

    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>

    Source: modules/holiday-snow.php:60

    jetpack_holiday_snowing

    hook (action): Fires when it's snowing.

    Source: modules/holiday-snow.php:70