Description
Filters the list of teenyMCE plugins.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 384 |
Parameters
Type | Name | Description |
---|---|---|
array | $plugins | An array of teenyMCE plugins. |
string | $editor_id | Unique editor identifier, e.g. 'content'. |
PHP Doc
/**
* Filters the list of teenyMCE plugins.
*
* @since 2.7.0
* @since 3.3.0 The `$editor_id` parameter was added.
*
* @param array $plugins An array of teenyMCE plugins.
* @param string $editor_id Unique editor identifier, e.g. 'content'.
*/