{$editor_name}_preload_paths

{$editor_name}_preload_paths

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: gutenberg.16.2.1

apply_filters('{$editor_name}_preload_paths') is found 1 times:

  • /lib/experimental/editor-settings.php line 39
    	 * Filters the array of paths that will be preloaded.
    	 *
    	 * @param string[] $preload_paths Array of paths to preload.
    	 */
    	$preload_paths = apply_filters( "{$editor_name}_preload_paths", $settings['preload_paths'] );
    
    	$preload_data = array_reduce(
    		$preload_paths,
    		'rest_preload_api_request',
    		array()
    	);