Menu Adam R Brown

WP hooks navigation: Home/browseActions indexFilters index

Source View: wp_code_editor_settings

To save our bandwidth, we show only a snippet of code around each occurence of the hook. View complete file in SVN (without highlighting).

Understanding Source Code

The best way to understand what a hook does is to look at where it occurs in the source code.

Remember, this hook may occur in more than one file. Moreover, the hook's context may change from version to version.

Source View

Line Code
4008       *     @type string   $file       Filename being edited.
4009       *     @type WP_Theme $theme      Theme being edited when on the theme file editor.
4010       *     @type string   $plugin     Plugin being edited when on the plugin file editor.
4011       *     @type array    $codemirror Additional CodeMirror setting overrides.
4012       *     @type array    $csslint    CSSLint rule overrides.
4013       *     @type array    $jshint     JSHint rule overrides.
4014       *     @type array    $htmlhint   HTMLHint rule overrides.
4015       * }
4016       */
4017      return apply_filters( 'wp_code_editor_settings', $settings, $args );
4018 }
4019
4020 /**
4021  * Retrieves the contents of the search WordPress query variable.
4022  *
4023  * The search query string is passed through esc_attr() to ensure that it is safe
4024  * for placing in an HTML attribute.
4025  *
4026  * @since 2.3.0