Created
November 7, 2018 13:51
-
-
Save rwkyyy/869d300080ab989c72aadfd4db362591 to your computer and use it in GitHub Desktop.
add a button on product page description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add_action( 'woocommerce_single_product_summary', 'add_after_description_rwk', 25 ); | |
function add_after_description_rwk() { | |
?> | |
<div class="button">HIT ME</div> | |
<?php } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.spanningglobal.com/product/air-jordan-shoes/
Please have a look on the website.

On the description i need to add a link.