首页 › Codex › woof_text_search_query woof_text_search_query 允许即时重定义文本搜索 SQL 请求 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); 从 v.2.2.5/1.2.5