Changes between Version 1 and Version 2 of Ticket #57048, comment 3
- Timestamp:
- 07/25/2024 01:13:59 PM (11 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57048, comment 3
v1 v2 10 10 1. Login to the admin panel. 11 11 2. Edit an existing post or create a new one and then click `Edit`. 12 3. Open the dev tools, inspect the source code of the page. You should see a call to the `wp.apiFetch.createPreloadingMiddleware()` function and the preloaded data passed as an argument of that function. Typical preloaded requests typicallyare:12 3. Open the dev tools, inspect the source code of the page. You should see a call to the `wp.apiFetch.createPreloadingMiddleware()` function and the preloaded data passed as an argument of that function. Typical preloaded requests are: 13 13 - `/wp/v2/types?context=view` 14 14 - `/wp/v2/taxonomies?context=view`