woof_get_meta_query
This hook allows manipulations with meta query in WOOF search query:
add_filter('woof_get_meta_query', function($meta_query) {
//your code here
return $meta_query;
});
From v.2.2.1/1.2.1
Troubles? Ask for Support!
This hook allows manipulations with meta query in WOOF search query:
add_filter('woof_get_meta_query', function($meta_query) {
//your code here
return $meta_query;
});
From v.2.2.1/1.2.1