コード例 #1
0
ファイル: class-papi-page-type.php プロジェクト: wp-papi/papi
 /**
  * The constructor.
  *
  * Load a page type by the file.
  *
  * @param string $file_path
  */
 public function __construct($file_path = '')
 {
     parent::__construct($file_path);
     $this->setup_post_types();
 }