Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Last active January 17, 2016 12:45
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/f3eb29c57dba8eff0ecb to your computer and use it in GitHub Desktop.
Save rickrduncan/f3eb29c57dba8eff0ecb to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag
//* Use dashicon for search button
//* http://melchoyce.github.io/dashicons/
add_filter( 'genesis_search_button_text', 'b3m_search_button_dashicon' );
function b3m_search_button_dashicon( $text ) {
return esc_attr( '&#xf179;' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment