Make WordPress Core

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


Ignore:
Timestamp:
06/27/2024 08:56:14 PM (13 months ago)
Author:
antonvlasenko
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57048, comment 3

    initial v1  
    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 typically are:
    1313   - `/wp/v2/types?context=view`
    1414   - `/wp/v2/taxonomies?context=view`