Created
July 29, 2017 12:26
-
-
Save srdjan-m/bf2e219f5c018d044f45117febdadd69 to your computer and use it in GitHub Desktop.
genesis: change text in searchfield
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
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