block_editor_preload_paths

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

apply_filters_deprecated( ‘block_editor_preload_paths’, string[] $preload_paths, GC_Post $selected_post )

Filters the array of paths that will be preloaded.

参数

$preload_paths

(string[])
Array of paths to preload.

$selected_post

(GC_Post)
Post being edited.

源文件

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

View on Trac