Toggles the Favicon meta elements from being loaded.
site_icon_has_favicon
site_icon_has_faviconjetpack_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; }
csstidy_optimize_subvalueFires before optimizing the Custom CSS subvalue.
csstidy_optimize_postparseFires after parsing the css.
custom_css_submitbox_misc_actionsAllows addition of elements to the submit box for custom css on the wp-admin side.
safecss_theme_stylesheet_urlFilter the theme’s stylesheet URL.
safecss_limit_width_linkFilter the Custom CSS limited width’s support doc URL.
safecss_intro_textFilter the intro text appearing above the Custom CSS Editor.
custom_design_headerFires right before the custom css page begins.
safecss_preview_flag_jsFilter the Custom CSS preview message JS styling.