Тёмный

How To Remove Tabs On Product Page | WooCommerce. 

TechnoKrats Media
Подписаться 6 тыс.
Просмотров 405
50% 1

Here you can find the code and detailed description to remove product tabs
woocommerce.com/document/edit...
/**
* Remove product data tabs
*/
add_filter( 'woocommerce_product_tabs', 'woo_remove_product_tabs', 98 );
function woo_remove_product_tabs( $tabs ) {
unset( $tabs['description'] ); // Remove the description tab
unset( $tabs['reviews'] ); // Remove the reviews tab
unset( $tabs['additional_information'] ); // Remove the additional information tab
return $tabs;
}

Наука

Опубликовано:

 

5 мар 2023

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии    
Далее
Как вам наш дуэт?❤️
00:37
Просмотров 333 тыс.
How to Enable Reviews in WooCommerce
6:38
Просмотров 13 тыс.
How to rename products tabs woo commerce
3:38
Просмотров 3,6 тыс.
Красиво, но телефон жаль
0:32
Просмотров 1,5 млн