Example #1
0
 /**
  * @param EM_Event $EM_Event
  */
 public static function admin_meta_box($EM_Event)
 {
     //load this only when needed, so moved into the EM_Coupons_Admin object,
     include_once 'coupons-admin.php';
     EM_Coupons_Admin::admin_meta_box($EM_Event);
 }