Created
February 8, 2017 18:23
-
-
Save rickalday/739140181fae7fccb1e3b3f45883b1e5 to your computer and use it in GitHub Desktop.
Custom TOS text and link for Sell Media Checkout page
This file contains 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 sell_media_custom_tos_text(){ | |
return 'By clicking "Checkout Now", you are agreeing to our <a href="custom link here">terms of service</a>.'; | |
} | |
add_filter( 'sell_media_tos_label', 'sell_media_custom_tos_text' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment