Profiles

Recent impact

Score weights high-impact work (commits, releases, approved translations, props) at 3x routine activity.

Last 30 days
0contributions
high0
medium0
score0
Last 90 days
0contributions
high0
medium0
score0
Last 12 months
0contributions
high0
medium0
score0

Contributions

Type
April 2020
Apr 05 Sun · 15:42
Forums med
Created a topic, Better than WP-REST-API V2 Menus, on the site WordPress.org Forums:
This plugin has a fields filter ability.
Apr 04 Sat · 01:01
Forums med
Posted a reply to Rest API support?, on the site WordPress.org Forums:
Still no rest api support :(
Apr 03 Fri · 21:46
Forums med
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…
Apr 03 Fri · 21:40
Forums med
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' ===…
Apr 03 Fri · 21:23
Forums med
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…
Apr 03 Fri · 05:01
Forums med
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,…
Apr 02 Thu · 23:23
Forums med
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://…