-
Created a topic, Better than WP-REST-API V2 Menus, on the site WordPress.org Forums:
This plugin has a fields filter ability. -
Posted a reply to Rest API support?, on the site WordPress.org Forums:
Still no rest api support :( -
Posted a reply to API v3: Filter products by custom field, on the site WordPress.org Forums:
You need to pass secrets to header or query, also you can make check in… -
Posted a reply to API v3: Filter products by custom field, on the site WordPress.org Forums:
Ok, now it's works: found this lines of code in: woocommerce/packages/woocommerce-rest-api/src/Controllers/Version3/class-wc-rest-posts-controller.php if ( 'wc/v1' ===… -
Posted a reply to API v3: Filter products by custom field, on the site WordPress.org Forums:
I got array of objects and one of the objects is Woocommerce product: post page… -
Posted a reply to API v3: Filter products by custom field, on the site WordPress.org Forums:
foreach (get_post_types(array('show_in_rest' => true), 'objects') as $post_type) { add_filter('rest_' . $post_type->name . '_query' return posts,… -
Created a topic, API v3: Filter orders by custom field, on the site WordPress.org Forums:
How can i implement this? Tried this plugin: https://…