do_action( 'wp_enqueue_editor', array $to_load )
Fires when scripts and styles are enqueued for the editor.
Parameters
- $to_load
-
An array containing boolean values whether TinyMCE and Quicktags are being loaded.
Source
Changelog
Version | Description |
---|---|
WP-3.9.0 | Introduced. |