Description
Fires when scripts and styles are enqueued for the editor.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-editor.php | 891 |
Parameters
Type | Name | Description |
---|---|---|
array | $to_load | An array containing boolean values whether TinyMCE and Quicktags are being loaded. |
PHP Doc
/**
* Fires when scripts and styles are enqueued for the editor.
*
* @since 3.9.0
*
* @param array $to_load An array containing boolean values whether TinyMCE
* and Quicktags are being loaded.
*/