Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #57048, comment 3


Ignore:
Timestamp:
07/25/2024 01:13:59 PM (11 months ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57048, comment 3

    v1 v2  
    10101. Login to the admin panel.
    11112. 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 typically are:
     123. 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:
    1313   - `/wp/v2/types?context=view`
    1414   - `/wp/v2/taxonomies?context=view`