Last active
December 14, 2015 03:08
-
-
Save kachi/5018248 to your computer and use it in GitHub Desktop.
placeholderを作る
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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