Skip to content

Instantly share code, notes, and snippets.

@braddalton
Created February 8, 2023 07:15
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save braddalton/469e3696208c1f4544f95c4006b055f9 to your computer and use it in GitHub Desktop.
Save braddalton/469e3696208c1f4544f95c4006b055f9 to your computer and use it in GitHub Desktop.
Reposition WooCommerce Archive Description
remove_action( 'woocommerce_archive_description', 'woocommerce_taxonomy_archive_description', 10 );
remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );
add_action( 'woocommerce_after_main_content', 'woocommerce_taxonomy_archive_description', 10 );
add_action( 'woocommerce_after_main_content', 'woocommerce_product_archive_description', 10 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment