wp_code_editor_settings

wp_code_editor_settings

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

apply_filters('wp_code_editor_settings') is found 1 times:

  • /wp-includes/general-template.php line 4313
    4309
    4310
    4311
    4312
    4313
    4314
    4315
    4316
    4317
    4318
    4319
         *     @type array    $jshint     JSHint rule overrides.
         *     @type array    $htmlhint   HTMLHint rule overrides.
         * }
         */
        return apply_filters( 'wp_code_editor_settings', $settings, $args );
    }
     
    /**
     * Retrieves the contents of the search WordPress query variable.
     *
     * The search query string is passed through esc_attr() to ensure that it is safe

See this hook used in plugins: