Skip to content

Instantly share code, notes, and snippets.

@thadallender
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save thadallender/10321226 to your computer and use it in GitHub Desktop.

Select an option

Save thadallender/10321226 to your computer and use it in GitHub Desktop.
Sell Media Above Cart Item Form Action Hook
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