Created
September 11, 2013 11:32
-
-
Save sareiodata/6522355 to your computer and use it in GitHub Desktop.
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
// filter the search text | |
add_filter('wppb_userlisting_search_field_text', 'wppb_change_search_text'); | |
function wppb_change_search_text(){ | |
return 'Search All Tutors'; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment