woocommerce offtopic - How to filter Post using Meta Data REST API

I want to list post that filtered by Meta DataI have tried many solutions i found here but i can't make it work.The

I want to list post that filtered by Meta Data

I have tried many solutions i found here but i can't make it work.

The last solution i tried is to add this to my functions.php

add_filter( 'rest_product_query', function( $args, $request ){
    if ( $stocks = $request->get_param( 'stocks' ) ) {
        $args['meta_key'] = 'stocks';
        $args['meta_value'] = $stocks;
    }
    return $args;
}, 10, 2 );

and i use this:

.../wp-json/wc/v3/products?status=publish&stocks=Ships%20From%20Abroad&consumer_key=xxx&consumer_secret=xxx

It list all the products, but not filtered. How can i make it work? Thanks!

发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744925421a4601404.html

相关推荐

  • woocommerce offtopic - How to filter Post using Meta Data REST API

    I want to list post that filtered by Meta DataI have tried many solutions i found here but i can't make it work.The

    2天前
    50

发表回复

评论列表(0条)

  • 暂无评论

联系我们

400-800-8888

在线咨询: QQ交谈

邮件:admin@example.com

工作时间:周一至周五,9:30-18:30,节假日休息

关注微信