Action hook 'wp_enqueue_code_editor'

in WP Core File wp-includes/general-template.php at line 3934

Description

Fires when scripts and styles are enqueued for the code editor.

Occurrences

Filename Line Number
wp-includes/general-template.php 3934

Parameters

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

PHP Doc

/**
	 * Fires when scripts and styles are enqueued for the code editor.
	 *
	 * @since 4.9.0
	 *
	 * @param array $settings Settings for the enqueued code editor.
	 */