after_wp_tiny_mce

after_wp_tiny_mce

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('after_wp_tiny_mce') is found 1 times:

  • /wp-includes/class-wp-editor.php line 1745
    1741
    1742
    1743
    1744
    1745
    1746
    1747
    1748
    1749
    1750
    1751
         * @since 3.2.0
         *
         * @param array $mce_settings TinyMCE settings array.
         */
        do_action( 'after_wp_tiny_mce', self::$mce_settings );
    }
     
    /**
     * Outputs the HTML for distraction-free writing mode.
     *
     * @since 3.2.0

See this hook used in plugins: