Search
 
SCRIPT & CODE EXAMPLE
 

PHP

Hide Categories - Woocommerce Product Page

/* Remove Categories from Single Products */
remove_action( 'woocommerce_single_product_summary',
'woocommerce_template_single_meta', 40 );
Comment

Hide Categories - Woocommerce Product Page

//remove categories in the product page of woo
.product_meta .posted_in {display: none !important;}

//remove tags in the product page of woo
.tagged_as{display: none !important;}
Comment

PREVIOUS NEXT
Code Example
Php :: laravel collection search 
Php :: bagisto package generator 
Php :: laravel select where with total sum query to get all data with sum 
Php :: laravel validation required if 
Php :: UUIDs LARAVEL 
Php :: php multiplication 
Php :: configuration laravel dompdf 
Php :: php regex format number with commas and decimal 
Php :: php variable as javascript function parameter in echo 
Php :: wordpress enqueue if shortcode 
Php :: laravel max length format 
Php :: laravel access storage attachment 
Php :: Laravel API Endpoint "401 Unauthorized" on Server But Works Fine On Localhost 
Php :: php if input is empty 
Php :: get data from csv file in php and print in table 
Php :: laravel sharing record 
Php :: laravel get route path uri 
Php :: laravel import csv to database 
Php :: python to php converter online 
Php :: get all error message in array form laravel validation in laravel 
Php :: inplode php 
Php :: laravel eloquent update multiple records 
Php :: number data type in laravel migration 
Php :: epoch conversion php 
Php :: laravel log package, laravel log, save laravel log 
Php :: display name cat product woocommerce 
Php :: laravel logout after password change 
Php :: search query codeigniter 
Php :: square php 
Php :: drupal 8 entity_view 
ADD CONTENT
Topic
Content
Source link
Name
7+8 =