You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the site-list block uses the custom post type endpoint wp/v2/wpcloud_site . Ideally it would use the new endpoint wpcloud-station/v1/sites so we can remove the wp/v2/wpcloud_site routes from the Sites controller.
The site list block is mostly copy/paste from the core post query block. Most of the logic in there should be simplified to make it easier to dispatch the new REST endpoints.
The text was updated successfully, but these errors were encountered:
Currently, the
site-list
block uses the custom post type endpointwp/v2/wpcloud_site
. Ideally it would use the new endpointwpcloud-station/v1/sites
so we can remove thewp/v2/wpcloud_site
routes from the Sites controller.The site list block is mostly copy/paste from the core post query block. Most of the logic in there should be simplified to make it easier to dispatch the new REST endpoints.
The text was updated successfully, but these errors were encountered: