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) |
|
| 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.Related Functions: block_editor_rest_api_preload, site_editor_preload_data, use_block_editor_for_post, _get_block_templates_paths, block_template_part, site_editor_wp_admin_preload_data