Changes between Initial Version and Version 1 of Ticket #57048, comment 3
- Timestamp:
- 06/27/2024 08:56:14 PM (13 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #57048, comment 3
initial v1 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.createPreloadingMiddlewarefunction and the preloaded data passed as an argument of that function. Typical preloaded requests typically are: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 typically are: 13 13 - `/wp/v2/types?context=view` 14 14 - `/wp/v2/taxonomies?context=view`