wp_get_code_editor_settings
wp_get_code_editor_settings ( $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 theme editor. @type string $plugin Plugin being edited when on plugin editor. @type array $codemirror Additional CodeMirror setting overrides. @type array $csslint CSSLint rule overrides. @type array $jshint JSHint rule overrides. @type array $htmlhint JSHint rule overrides. }
See:Returns:- (array|false) Settings for the code editor.
Defined at: - Introduced in WordPress: 5.0.0
- Deprecated in WordPress: —
Description
Generate and return code editor settings.