Beispiel #1
0
 public static function save($post_id, $post)
 {
     if ($_POST["post_type"] != "itemmc") {
         return;
     }
     $item = new EAL_ItemMC();
     $item->init($post_id, $post);
     $item->save2DB();
 }