Skip to content

Instantly share code, notes, and snippets.

@Edwardtonnn
Created November 5, 2018 22:37
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 Edwardtonnn/b0c9ca5edaf08f3afe9319ae128d7378 to your computer and use it in GitHub Desktop.
Save Edwardtonnn/b0c9ca5edaf08f3afe9319ae128d7378 to your computer and use it in GitHub Desktop.
Search text filter for Genesis Themes
<?php
//Change search form text
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