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 | |
/* | |
Plugin Name: My AdSense | |
Description: add adsense to my blog | |
Author: Takuro Hishikawa | |
Version: 0.1 | |
Author URI: http://notnil-creative.com/ | |
*/ | |
// add adsbygoogle.js to footer |
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
ja |
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 get_the_khoshino($username == null) { | |
if (!empty($username)) { | |
return 'いやいや'.$username.'さんほどでは。'; | |
} else { | |
return 'やはりですか。なるほどですね。'; | |
} | |
} | |
?> |