Skip to content

Instantly share code, notes, and snippets.

@kachi
Created February 23, 2013 03:29
Show Gist options
  • Save kachi/5018239 to your computer and use it in GitHub Desktop.
Save kachi/5018239 to your computer and use it in GitHub Desktop.
<?php
function title_text_input( $title ){
return $title = 'ここに記事の題名を書きます';
}
add_filter( 'enter_title_here', 'title_text_input');
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment