On this page
do_action( 'wp_enqueue_code_editor', array $settings )
Fires when scripts and styles are enqueued for the code editor.
Parameters
$settingsarray-
Settings for the enqueued code editor.
Source
File: wp-includes/general-template.php. View all references
do_action( 'wp_enqueue_code_editor', $settings );
Related
Used By
| Used By | Description |
|---|---|
| wp_enqueue_code_editor() wp-includes/general-template.php | Enqueues assets needed by the code editor for the given settings. |
Changelog
| Version | Description |
|---|---|
| 4.9.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_enqueue_code_editor