Skip to content

Instantly share code, notes, and snippets.

@amanhstu
Created December 18, 2016 15:40
Show Gist options
  • Save amanhstu/fe443154cb4a24872ddab395ca540e12 to your computer and use it in GitHub Desktop.
Save amanhstu/fe443154cb4a24872ddab395ca540e12 to your computer and use it in GitHub Desktop.
add_filter( 'woocommerce_product_tabs', 'woo_rename_tab', 98);function woo_rename_tab($tabs) {$tabs['description']['title'] = 'Full Description';return $tabs;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment