Skip to content

Instantly share code, notes, and snippets.

@noellesteegs
Created August 26, 2019 12:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save noellesteegs/2e37ec537517532607416fa4580bee48 to your computer and use it in GitHub Desktop.
Save noellesteegs/2e37ec537517532607416fa4580bee48 to your computer and use it in GitHub Desktop.
Add content below price @ WooCommerce single product
add_action( 'woocommerce_single_product_summary', 'content_below_price', 15 );
function content_below_price() {
echo 'TEST';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment