apply_filters( 'block_editor_preload_paths', array $preload_paths, object $post )

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


Description Description

Filters the array of paths that will be preloaded.


Parameters Parameters

$preload_paths

(array) Array of paths to preload.

$post

(object) The post resource data.


Top ↑

Source Source

File: wp-admin/edit-form-blocks.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.