Critical Error
-
Please check at https://wordpress.org/support/topic/how-to-remove-more-products-tab-and-seller-info-tab-in-dokan-plugin/
– for remove Seller info tab on product page in dokan plugin:
– for remove Seller info tab on product page in dokan plugin: add_filter( 'woocommerce_product_tabs', 'dokan_remove_seller_info_tab', 50 ); function dokan_remove_seller_info_tab( $array ) { unset( $array['seller'] ); return $array; }This code snipts will cause crital error at frontend page, would you please improve it?
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘Critical Error’ is closed to new replies.