コード例 #1
0
 public static function activation_install()
 {
     // make sure post type exists before creating any views
     FrmProDisplaysController::register_post_types();
     self::install();
 }