Skip to content

Instantly share code, notes, and snippets.

@Jursdotme
Created March 3, 2015 08:30
Show Gist options
  • Save Jursdotme/0bd30ecea8d8ca17d33e to your computer and use it in GitHub Desktop.
Save Jursdotme/0bd30ecea8d8ca17d33e to your computer and use it in GitHub Desktop.
Woocommerce move template part
// Removes tabs from their original loaction
remove_action( 'HOOK NAME', 'FUNCTION NAME', 10 );
// Inserts tabs under the main right product content
add_action( 'HOOK NAME', 'FUNCTION NAME', 60 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment