wp-includes/customize/class-wp-customize-custom-css-setting.php
Lines:
1 to 20 of 20
<?php /** * Customize API: WP_Customize_Custom_CSS_Setting class * * This handles validation, sanitization and saving of the value. * * @package WordPress * @subpackage Customize * @since 4.7.0 */ /* class WP_Customize_Custom_CSS_Setting */ /* function WP_Customize_Custom_CSS_Setting::__construct() – WP_Customize_Custom_CSS_Setting constructor. */ /* function WP_Customize_Custom_CSS_Setting::preview() – Add filter to preview post value. */ /* function WP_Customize_Custom_CSS_Setting::filter_previewed_wp_get_custom_css() – Filter `wp_get_custom_css` for applying the customized value. */ /* function WP_Customize_Custom_CSS_Setting::value() – Fetch the value of the setting. Will return the previewed value when `preview()` is called. */ /* function WP_Customize_Custom_CSS_Setting::validate() – Validate a received value for being valid CSS. */ /* function WP_Customize_Custom_CSS_Setting::update() – Store the CSS setting value in the custom_css custom post type for the stylesheet. */