Ejemplo n.º 1
0
 function getBookableItems()
 {
     $mrsService = new MyReservationService();
     $authCode = get_option('mrs1_authentication_code');
     return $mrsService->getBookableItems($authCode);
 }