mce_css

mce_css

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('mce_css') is found 1 times:

  • /wp-includes/class-wp-editor.php line 600
    596
    597
    598
    599
    600
    601
    602
    603
    604
    605
    606
    * @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: