Filter if the module run OPTIMIZE TABLE on the core WP tables.
grunion_optimize_table
grunion_optimize_tablegrunion_optimize_tableFilter if the module run OPTIMIZE TABLE on the core WP tables.
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; }
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.