wp_enqueue_code_editor

Advertisement

Summery Summery

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

Syntax Syntax

do_action( 'wp_enqueue_code_editor', array $settings )

Parameters Parameters

$settings

Settings for the enqueued code editor.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
4.9.0 Introduced.

Advertisement

Leave a Reply