Created
July 9, 2015 21:56
-
-
Save thadallender/8a6199dc145a19dc4461 to your computer and use it in GitHub Desktop.
Filter for Sell Media "Prints" text
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
| <?php | |
| /** | |
| * Filter for prints text | |
| */ | |
| function sell_media_print_text_filter(){ | |
| return 'books'; | |
| } | |
| add_filter( 'sell_media_print_text', 'sell_media_print_text_filter' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment