WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_enqueue_code_editor

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php do_action 3920 /**
* Fires when scripts and styles are enqueued for the code editor.
*
* @since 4.9.0
*
* @param array $settings Settings for the enqueued code editor.
*/

Hook Parameters

Parameter Type Name Description
array $settings Settings for the enqueued code editor.