Skip to content

Instantly share code, notes, and snippets.

@ShinichiNishikawa
Forked from gatespace/gist:4108710
Created November 19, 2012 03:08
Show Gist options
  • Save ShinichiNishikawa/4108737 to your computer and use it in GitHub Desktop.
Save ShinichiNishikawa/4108737 to your computer and use it in GitHub Desktop.
最強のテンプレートタグ get_the_khoshino()
<?php
function get_the_khoshino($destination == null, $username == null) {
if ( $destination ) {
return 'というわけで、' . $destination . 'に向かっています';
} else {
if (!empty($username)) {
return 'いやいや'.$username.'さんほどでは。';
} else {
return 'やはりですか。なるほどですね。';
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment