How add meta fields to a user with the wp-api?
How add, update and retrieve user meta fields with the wp api? I added a function to add a meta field phonenumber to … Read more
How add, update and retrieve user meta fields with the wp api? I added a function to add a meta field phonenumber to … Read more
My wordpress site sits behind Akamai, which is a cacheing service similar to Cloudflare. I make the following API call: GET /wp-json/mytheme/v1/get-posts?post_type=videos This … Read more
I have to get following error on the localhost “code”:”application_passwords_disabled” Server & Apache: Xampp v3.2.4 OP: Win 10 64Bit WP: v5.6.1 1 Answer … Read more
I have installed Gutenberg on a simple, local WP site. I have installed and activated the plugin but whenever I try to make … Read more
I have created a custom post type called ‘customers’. I’m registering step by step as the documentation says. But when I make a … Read more
I’m trying to publish a post using WP REST API. I was able to authenticate using OAuth1 using the PAW http client. I … Read more
I use WordPress REST API plugin to fetch WordPress stuff on a mobile app. What Access manager plugin keeps the privileges on REST … Read more
I’m trying to return a list of posts or media via the Rest API But it seems that when a filter incorrectly specified … Read more
There is no “filter” parameter in WP REST API WP 4.7 and this call doesn’t work: http://domain.tld/wp-json/wp/v2/cpt_name?meta_query[0][key]=cf_name&meta_query[0][value][0]=cf_value1&meta_query[0][value][1]=cf_value2&meta_query[0][compare]=IN Does anyone here know how to … Read more
I’m trying to get a page from the API based on its page template however it seems to be returning incorrect data? so … Read more