Last active
August 29, 2015 13:58
-
-
Save thadallender/10321226 to your computer and use it in GitHub Desktop.
Sell Media Above Cart Item Form Action Hook
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
| function my_sell_media_above_item_form(){ | |
| echo 'This text will show up between the product thumbnail and the size and license select boxes on the cart popup.'; | |
| } | |
| add_action( 'sell_media_above_item_form', 'my_sell_media_above_item_form' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment