teeny_mce_plugins

teeny_mce_plugins

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-5.3.2

apply_filters('teeny_mce_plugins') is found 1 times:

  • /wp-includes/class-wp-editor.php line 382
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
         *
         * @param array  $plugins   An array of teenyMCE plugins.
         * @param string $editor_id Unique editor identifier, e.g. 'content'.
         */
        $plugins = apply_filters( 'teeny_mce_plugins', array( 'colorpicker', 'lists', 'fullscreen', 'image', 'wordpress', 'wpeditimage', 'wplink' ), $editor_id );
    } else {
     
        /**
         * Filters the list of TinyMCE external plugins.
         *
         * The filter takes an associative array of external plugins for

See this hook used in plugins: