Do not include any CSS on the page if the CSS includes an error.Setting this filter to true stops any Custom CSS from being enqueued.
safecss_style_error
safecss_style_errorsafecss_style_errorDo not include any CSS on the page if the CSS includes an error.Setting this filter to true stops any Custom CSS from being enqueued.
safecss_is_freetrialDetermine if a WordPress.com site uses a Free trial of the Custom Design Upgrade.Used only on WordPress.com.
safecss_use_aceShould the Custom CSS module use ACE to process CSS.
safecss_save_preview_postFires after saving Custom CSS.
safecss_skip_stylesheetPrevent the Custom CSS stylesheet from being enqueued.
safecss_migrate_postAllows additional work when migrating safecss from wp_options to wp_post.
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
safecss_parse_postFires after parsing the css with CSSTidy, but only if the preprocessor is not cinfigured for use.