Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created December 30, 2014 10:13
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 Kaiderella/1a558785329bb8b44bec to your computer and use it in GitHub Desktop.
Save Kaiderella/1a558785329bb8b44bec to your computer and use it in GitHub Desktop.
Tùy biến nhãn của khung tìm kiếm trong Genesis
//* Tùy biến nhãn của khung tìm kiếm trong Genesis
add_filter( 'genesis_search_form_label', 'sp_search_form_label' );
function sp_search_form_label ( $text ) {
return esc_attr( 'Khung tìm kiếm' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment