Keep user’s privileges on accessing contents in JSON response
Keep user’s privileges on accessing contents in JSON response
Keep user’s privileges on accessing contents in JSON response
How to Increase WordPress JSON API Speed?
Since you aren’t able to use the out-of-the-box functionality (i.e. not publishing the posts!) you will inevitably have to cover yourself in a few different ways. You seem to have most of them covered – but a couple more ideas: The single post page itself. Assuming you are OK with the post never being visible … Read more
how to decode % in app [closed]
Custom Post for Locating by Google Maps API
Building custom API and using wp_get_nav_menu_items to get menu items. Only works when logged in, returns nothing when I’m not
Ended up developing a plugin using AJAX to make the calls to the API
Looking for a solution – slightly convoluted problem
You should use register_meta to add the meta field to the rest controller. Here the example from the link to expose the field my_meta of the custom post type my_article: register_meta(‘post’, ‘my_meta’, [ ‘object_subtype’ => ‘my_article’, ‘show_in_rest’ => true ]);
How to send data from a form created by a plugin to an external API?