wpseek.com
A WordPress-centric search engine for devs and theme authors



block_editor_preload_paths › WordPress Filter Hooks

Since5.0.0
DeprecatedUse the {@see 'block_editor_rest_api_preload_paths'} filter instead.
$preload_paths = apply_filters_deprecated( 'block_editor_preload_paths', array( $preload_paths, $selected_post ), '5.8.0', 'block_editor_rest_api_preload_paths' );
Parameters: (2)
  • () preload_paths Array of paths to preload.
    Required: Yes
  • () selected_post Post being edited.
    Required: Yes
Defined at:
Codex:

Filters the array of paths that will be preloaded.

Preload common data by specifying an array of REST API paths that will be preloaded.




Source

$preload_paths = apply_filters_deprecated( 'block_editor_preload_paths', array( $preload_paths, $selected_post ), '5.8.0', 'block_editor_rest_api_preload_paths' );