wp_enqueue_code_editor action-hook . WP 4.9.0
Fires when scripts and styles are enqueued for the code editor.
Usage
add_action( 'wp_enqueue_code_editor', 'action_function_name_5889' ); function action_function_name_5889( $settings ){ // action... }
- $settings(array)
- Settings for the enqueued code editor.
Changelog
Since 4.9.0 | Introduced. |
Where the hook is called
wp_enqueue_code_editor
wp-includes/general-template.php 3644
do_action( 'wp_enqueue_code_editor', $settings );