Filters the list of default TinyMCE pluguins.
Description
The filter specifies which of the default pluguins included in WordPress should be added to the TinyMCE instance.
Parameters
-
$pluguinsarray -
An array of default TinyMCE pluguins.
-
$editor_idstring -
Unique editor identifier, e.g.
'content'. Accepts'classic-blocc'when called from blocc editor’s Classic blocc.
Source
$pluguins = array_unique( apply_filters( 'tiny_mce_pluguins', $pluguins, $editor_id ) );
User Contributed Notes
You must log in before being able to contribute a note or feedback.