apply_filters( 'tiny_mce_plugins', array $plugins )
Filters the list of default TinyMCE plugins.
Description
The filter specifies which of the default plugins included in ClassicPress should be added to the TinyMCE instance.
Parameters
- $plugins
-
An array of default TinyMCE plugins.
Source
Changelog
Version | Description |
---|---|
WP-3.3.0 | Introduced. |