block_editor_rest_api_preload_paths

最后更新于:2021-11-25 21:44:21

apply_filters( ‘block_editor_rest_api_preload_paths’, string[] $preload_paths )

Filters the array of REST API paths that will be used to preloaded common data for the block editor.

参数

$preload_paths

(string[])
Array of paths to preload.

源文件

文件: gc-includes/block-editor.php

View on Trac