mce_css

mce_css

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.4.3

apply_filters('mce_css') is found 1 times:

  • /wp-includes/class-wp-editor.php line 596
    				 * @since 2.1.0
    				 *
    				 * @param string $stylesheets Comma-delimited list of stylesheets.
    				 */
    				$mce_css = trim( apply_filters( 'mce_css', $mce_css ), ' ,' );
    
    				if ( ! empty( $mce_css ) ) {
    					$settings['content_css'] = $mce_css;
    				} else {
    					unset( $settings['content_css'] );
    				}
    

See this hook used in plugins: