Social Menu description. Rename the social menu description.
jetpack_social_menu_description
jetpack_social_menu_descriptiontonesque_image_urlAllows any image URL to be passed in for $this->image_url.
jetpack_theme_compat_filesFilter theme compat files. Themes can add their own compat files here if they like. For example: add_filter( ‘jetpack_theme_compat_files’, ‘mytheme_jetpack_compat_file’ ); function mytheme_jetpack_compat_file( $files ) { $files[‘mytheme’] = locate_template( ‘jetpack-compat.php’ ); return $files; }
featured_content_default_settingsFilter Featured Content’s default settings.
jetpack_responsive_videos_oembed_videosThe oEmbed video providers. An allowed list of oEmbed video provider Regex patterns to check against before wrapping the output.
jetpack_the_site_logoFilter the Site Logo output.
featured_content_post_idsFilter the list of Featured Posts IDs.