Summery Summery
Filters the list of default TinyMCE plugins.
Syntax Syntax
Description Description
The filter specifies which of the default plugins included in WordPress should be added to the TinyMCE instance.
Parameters Parameters
- $plugins
-
An array of default TinyMCE plugins.
- $editor_id
-
Unique editor identifier, e.g. 'content'. Accepts 'classic-block' when called from block editor's Classic block.
Source Source
Advertisement
Changelog Changelog
Version | Description |
---|---|
5.3.0 | The $editor_id parameter was added. |
3.3.0 | Introduced. |