Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active January 18, 2016 12:25
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 rickrduncan/4475c4432c70c516d5a8 to your computer and use it in GitHub Desktop.
Save rickrduncan/4475c4432c70c516d5a8 to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag above
//* Customize the default search button text
add_filter( 'genesis_search_button_text', 'b3m_genesis_search_button_text' );
function b3m_genesis_search_button_text( $text ) {
return esc_attr( 'Go' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment