wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



block_editor_preload_paths › WordPress Filter Hooks

Seit5.0.0
VeraltetUse 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' );
Parameter: (2)
  • () preload_paths Array of paths to preload.
    Erforderlich: Ja
  • () selected_post Post being edited.
    Erforderlich: Ja
Definiert in:
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.




Quellcode

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