Skip to content

Instantly share code, notes, and snippets.

@sareiodata
Created September 11, 2013 11:32
Show Gist options
  • Save sareiodata/6522355 to your computer and use it in GitHub Desktop.
Save sareiodata/6522355 to your computer and use it in GitHub Desktop.
// 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