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
get_items should return early with an empty body, but include X-WP-Total and X-WP-TotalPages headers when HEAD method selected.
See other usage for reference:
Follow-up for https://github.com/WordPress/abilities-api/pull/6/files#r2272811454.
get_itemsshould return early with an empty body, but includeX-WP-TotalandX-WP-TotalPagesheaders whenHEADmethod selected.See other usage for reference:
https://github.com/WordPress/wordpress-develop/blob/909879656d3afa03745a17ecfa45623e4a2b314e/src/wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php#L316-L318
Related TODO item:
abilities-api/includes/rest-api/endpoints/class-wp-rest-abilities-list-controller.php
Lines 95 to 98 in dd94fce