Skip to content

Instantly share code, notes, and snippets.

@AndrewGehman
Created April 11, 2019 15:02
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 AndrewGehman/e9846b9057f4b045c85bc3aa320d4f8b to your computer and use it in GitHub Desktop.
Save AndrewGehman/e9846b9057f4b045c85bc3aa320d4f8b to your computer and use it in GitHub Desktop.
Change the placeholder text of the WordPress Title
function ChangeTheTitlePlaceholder(){
return 'Put Your Awesome Title Here!';
}
add_filter( 'enter_title_here', 'ChangeTheTitlePlaceholder' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment