Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created December 29, 2014 09:39
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/d6ee88b45dac38cbe3f7 to your computer and use it in GitHub Desktop.
Save Kaiderella/d6ee88b45dac38cbe3f7 to your computer and use it in GitHub Desktop.
Tùy biến author says text trong Genesis
//* Tùy biến author says text trong Genesis
add_filter( 'comment_author_says_text', 'sp_comment_author_says_text' );
function sp_comment_author_says_text() {
return 'author says';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment