Fires when scripts and styles are enqueued for the code editor.
$settingsarraywp-includes/general-template.php:3951wp_enqueue_code_editor() * Fires when scripts and styles are enqueued for the code editor. * * @since 4.9.0 * * @param array $settings Settings for the enqueued code editor. */ do_action( 'wp_enqueue_code_editor', $settings ); return $settings;} /** * Generates and returns code editor settings.Introduced in 4.9.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.