equal
deleted
inserted
replaced
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 * |