הסרת הקטגוריות מתוך עמוד החנות של ווקומרס
יש להוסיף את הקוד הבא לתוך קובץ הfunctions.php -( כדאי להוסיף לתחתית הקובץ ) של ערכת הנושא הפעילה שלכם
add_action( 'pre_get_posts', 'custom_pre_get_posts_query' );
function custom_pre_get_posts_query( $q ) {
 
	if ( ! $q->is_main_query() ) return;
	if ( ! $q->is_post_type_archive() ) return;
	
	if ( ! is_admin() && is_shop() && ! is_user_logged_in() ) {
 
		$q->set( 'tax_query', array(array(
			'taxonomy' => 'product_cat',
			'field' => 'slug',
			'terms' => array( 'color', 'flavor', 'spices', 'vanilla' ), // Don't display products in these categories on the shop page
			'operator' => 'NOT IN'
		)));
	
	}
 
	remove_action( 'pre_get_posts', 'custom_pre_get_posts_query' );
 
}
📊 נתוני צפיות
סה"כ צפיות: 32
מבקרים ייחודיים: 32
- 🧍 172.71.102.181 ( Netherlands) Netherlands)
- 🧍 172.71.182.212 ( Netherlands) Netherlands)
- 🧍 172.71.98.193 ( Netherlands) Netherlands)
- 🧍 172.71.182.202 ( Netherlands) Netherlands)
- 🧍 141.101.76.182 ( Netherlands) Netherlands)
- 🧍 172.69.214.210 ( Canada) Canada)
- 🧍 172.71.135.14 ( France) France)
- 🧍 104.23.172.88 ( Netherlands) Netherlands)
- 🧍 172.69.222.44 ( France) France)
- 🧍 172.71.183.86 ( Netherlands) Netherlands)
- 🧍 172.70.126.31 ( United States) United States)
- 🧍 172.70.134.216 ( United States) United States)
- 🧍 172.69.130.177 ( Canada) Canada)
- 🧍 172.71.194.86 ( United States) United States)
- 🧍 172.70.39.84 ( United States) United States)
- 🧍 172.70.38.157 ( United States) United States)
- 🧍 162.158.88.69 ( Singapore) Singapore)
- 🧍 172.71.223.68 ( United States) United States)
- 🧍 104.23.209.117 ( United States) United States)
- 🧍 172.70.38.129 ( United States) United States)
- 🧍 172.71.144.92 ( Germany) Germany)
- 🧍 172.71.147.110 ( United States) United States)
- 🧍 172.70.35.105 ( United States) United States)
- 🧍 172.70.42.203 ( United States) United States)
- 🧍 104.23.211.218 ( United States) United States)
- 🧍 172.71.194.66 ( United States) United States)
- 🧍 104.23.209.136 ( United States) United States)
- 🧍 172.70.39.68 ( United States) United States)
- 🧍 162.158.154.179 ( United States) United States)
- 🧍 172.68.245.205 ( United States) United States)
- 🧍 172.71.194.19 ( United States) United States)
- 🧍 104.23.225.168 ( France) France)
 
								 Netherlands)
Netherlands) Canada)
Canada) France)
France) United States)
United States) Singapore)
Singapore) Germany)
Germany)