wp/wp-includes/customize/class-wp-customize-custom-css-setting.php
changeset 18 be944660c56a
parent 16 a86126ab1dd4
child 19 3d72ae0968f4
equal deleted inserted replaced
17:34716fd837a4 18:be944660c56a
    88 		add_filter( 'wp_get_custom_css', array( $this, 'filter_previewed_wp_get_custom_css' ), 9, 2 );
    88 		add_filter( 'wp_get_custom_css', array( $this, 'filter_previewed_wp_get_custom_css' ), 9, 2 );
    89 		return true;
    89 		return true;
    90 	}
    90 	}
    91 
    91 
    92 	/**
    92 	/**
    93 	 * Filter `wp_get_custom_css` for applying the customized value.
    93 	 * Filters `wp_get_custom_css` for applying the customized value.
    94 	 *
    94 	 *
    95 	 * This is used in the preview when `wp_get_custom_css()` is called for rendering the styles.
    95 	 * This is used in the preview when `wp_get_custom_css()` is called for rendering the styles.
    96 	 *
    96 	 *
    97 	 * @since 4.7.0
    97 	 * @since 4.7.0
    98 	 *
    98 	 *