Fires when scripts and styles are enqueued for the code editor.
Parameters
$settings
array- Settings for the enqueued code editor.
Source
do_action( 'wp_enqueue_code_editor', $settings );
Changelog
Version | Description |
---|---|
4.9.0 | Introduced. |
Fires when scripts and styles are enqueued for the code editor.
$settings
arraydo_action( 'wp_enqueue_code_editor', $settings );
Version | Description |
---|---|
4.9.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
User Contributed Notes