Skip to content

Instantly share code, notes, and snippets.

@8bitodyssey
Forked from ShinichiNishikawa/gist:4108737
Created November 19, 2012 03:44
Show Gist options
  • Save 8bitodyssey/4108830 to your computer and use it in GitHub Desktop.
Save 8bitodyssey/4108830 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