/** Add a custom product data tab */ add_filter( 'woocommerce_product_tabs', 'woo_new_product_tab' ); function woo_new_product_tab( $tabs ) { // Adds the new tab $tabs['test_tab'] = array( 'title' => __( 'Customization', 'woocommerce' ), 'priority' => 50, 'callback' => 'woo_new_product_tab_content' ); return $tabs; } My Account – Naureen Jamal | Online Store

Lost your password? Please enter your username or email address. You will receive a link to create a new password via email.

Back to Top
Product has been added to your cart