Skip to content

Instantly share code, notes, and snippets.

@thadallender
Created July 9, 2015 21:56
Show Gist options
  • Select an option

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

Select an option

Save thadallender/8a6199dc145a19dc4461 to your computer and use it in GitHub Desktop.
Filter for Sell Media "Prints" text
<?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