Filter the Custom CSS returned from the editor.
safecss_css
safecss_csssafecss_cssFilter the Custom CSS returned from the editor.
safecss_default_cssFilter the default message displayed in the Custom CSS editor.
safecss_get_css_errorFilter the Custom CSS returned.Can be used to return an error, or no CSS at all.
jetpack_custom_css_preprocessorsFilter the array of available Custom CSS preprocessors.
safecss_is_freetrialDetermine if a WordPress.com site uses a Free trial of the Custom Design Upgrade.Used only on WordPress.com.
safecss_skip_stylesheetPrevent the Custom CSS stylesheet from being enqueued.
safecss_save_preview_postFires after saving Custom CSS.
safecss_parse_postFires after parsing the css with CSSTidy, but only if the preprocessor is not cinfigured for use.
safecss_parse_preFires before parsing the css with CSSTidy, but only if the preprocessor is not configured for use.
safecss_save_preFires prior to saving custom css values. Necessitated because the core WordPress save_pre filters were removed: – content_save_pre – content_filtered_save_pre