Exemplo n.º 1
0
 public static function update()
 {
     $person_details = $_POST;
     $result = PLS_Plugin_API::update_person_details($person_details);
     echo json_encode($result);
     die;
 }