Skip to content

Instantly share code, notes, and snippets.

@kachi
Last active December 14, 2015 03:08
Show Gist options
  • Save kachi/5018248 to your computer and use it in GitHub Desktop.
Save kachi/5018248 to your computer and use it in GitHub Desktop.
placeholderを作る
<?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