Skip to content

Instantly share code, notes, and snippets.

@srdjan-m
Created July 29, 2017 12:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save srdjan-m/bf2e219f5c018d044f45117febdadd69 to your computer and use it in GitHub Desktop.
Save srdjan-m/bf2e219f5c018d044f45117febdadd69 to your computer and use it in GitHub Desktop.
genesis: change text in searchfield
function themeprefix_search_button_text( $text ) {
return ( 'Search text goes here...');
}
add_filter( 'genesis_search_text', 'themeprefix_search_button_text' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment