wp_enqueue_code_editor
wp_enqueue_code_editor ( $args )
Parameters:- (array) args {
Args.
@type string $type The MIME type of the file to be edited.
@type string $file Filename to be edited. Extension is used to sniff the type. Can be supplied as alternative to `$type` param.
@type WP_Theme $theme Theme being edited when on the theme file editor.
@type string $plugin Plugin being edited when on the plugin file editor.
@type array $codemirror Additional CodeMirror setting overrides.
@type array $csslint CSSLint rule overrides.
@type array $jshint JSHint rule overrides.
@type array $htmlhint HTMLHint rule overrides.
}
See:Returns:- (array|false) Settings for the enqueued code editor, or false if the editor was not enqueued.
Defined at: - Introduced in WordPress: 4.9.0
- Deprecated in WordPress: —
Description
Enqueues assets needed by the code editor for the given settings.