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.5.2

apply_filters('wp_code_editor_settings') is found 1 times:

  • /wp-includes/general-template.php line 4279
    	 *     @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: