Summery Summery
Filters the list of TinyMCE external plugins.
Syntax Syntax
Description Description
The filter takes an associative array of external plugins for TinyMCE in the form ‘plugin_name’ => ‘url’.
The url should be absolute, and should include the js filename to be loaded. For example: ‘myplugin’ => ‘http://mysite.com/wp-content/plugins/myfolder/mce_plugin.js‘.
If the external plugin adds a button, it should be added with one of the ‘mce_buttons’ filters.
Parameters Parameters
- $external_plugins
-
An array of external 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. |
2.5.0 | Introduced. |