Skip to content

Instantly share code, notes, and snippets.

@gareth-gillman
Last active March 6, 2018 02:16
Show Gist options
  • Save gareth-gillman/db260a3ac21db61e389b7164bf630348 to your computer and use it in GitHub Desktop.
Save gareth-gillman/db260a3ac21db61e389b7164bf630348 to your computer and use it in GitHub Desktop.
add content before Woocommerce Upsells
add_action( 'woocommerce_after_single_product_summary', 'gg_custom_before_upsells', '12 );
function gg_custom_before_upsells() {
echo 'something here';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment