Example #1
0
<?php

/**
 * Version    : 1.0.0
 * Author     : inc2734
 * Author URI : http://2inc.org
 * Created    : August 30, 2015
 * Modified   :
 * License    : GPLv2 or later
 * License URI: license.txt
 */
$EnetryMeta = new Habakiri_Entry_Meta();
$EnetryMeta->display();
Example #2
0
 /**
  * エントリーメタを表示
  */
 public static function the_entry_meta()
 {
     $EnetryMeta = new Habakiri_Entry_Meta();
     $EnetryMeta->display();
 }