REST API not Posting Content in Draft Mode
Believe you need to be setting the status to draft, not publish https://developer.wordpress.org/rest-api/reference/posts/
Believe you need to be setting the status to draft, not publish https://developer.wordpress.org/rest-api/reference/posts/
The documentation for the posts endpoint does not indicate that meta_key or meta_value are accepted parameters. You will likely have most success by defining your own endpoint to accept those parameters. This question may be helpful: REST API and filtering by meta value
I managed to fix it, there was a wp_query included in the search-route.php file. Adding ‘posts_per_page’ => 30, to the query there I guess sent the data through, allowing for the per_page condition to work. Thanks for looking anyhow!
REST API callback function is not called
Transmit headers and footers via API from one site to another
If an Application Password is accidentally revoked, is there any way to restore it?
How can I make wp-json authentication work over https for development only?
Custom REST route fetching posts by slug isn’t working
Looking for a working code example in python for creating a post
regsiter a new user through WordPress API with Google SSO doesn’t work properly