woof_text_search_query
Permette di ridefinire la richiesta SQL di ricerca testuale al volo
add_filter('woof_text_search_query', function($where, $woof_text) {
global $wpdb;
$where .= "AND $wpdb->posts.ID IN(15,39,121)";
return $where;
}, 99, 2);
Da v.2.2.5/1.2.5
