HUSKY - Product Filter for WooCommerce

woof_get_meta_query

此钩子允许在WOOF搜索查询中操作元查询:

add_filter('woof_get_meta_query', function($meta_query) {
    //your code here
    return $meta_query;
});

自 v.2.2.1/1.2.1 起