edited my description tab
-
Please, Before i installed your nice plugin i edited my description tab by :
add_filter( ‘woocommerce_product_tabs’, ‘wc_change_product_description_tab_title’, 10, 1 );
function wc_change_product_description_tab_title( $tabs ) {
global $post;
if ( isset( $tabs[‘description’][‘title’] ) )
$tabs[‘description’][‘title’] = __( ‘more’ );
return $tabs;
}
But I lost my changes for the tab description after i installed your plugin, Can I know why and How can i edit my description tab again ?Best regards
A.J.https://www.ads-software.com/plugins/woocommerce-poor-guys-swiss-knife/
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘edited my description tab’ is closed to new replies.