Filters the display options for the Site Icon.
jetpack-get_site_icon
jetpack-get_site_iconjetpack_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.