Skip to content

Instantly share code, notes, and snippets.

@rickrduncan
Created January 18, 2016 23:51
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/af989e9f00ffc75ff11b to your computer and use it in GitHub Desktop.
Save rickrduncan/af989e9f00ffc75ff11b to your computer and use it in GitHub Desktop.
<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.
//* Customize Genesis search form label
add_filter( 'genesis_search_form_label', 'b3m_search_form_label' );
function b3m_search_form_label ( $text ) {
return esc_attr( 'Enter your text here...' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment