Sun Jan 14 2024 10:34:43 GMT+0000 (Coordinated Universal Time)
Saved by @brozool
// Rename Description tab add_filter( 'woocommerce_product_tabs', 'misha_rename_description_tab' ); function misha_rename_description_tab( $tabs ) { $tabs[ 'description' ][ 'title' ] = 'Penerangan Produk'; return $tabs; }
Copy this HTML code:
Preview:
open_in_newInstructions on embedding in Medium
Comments