コード例 #1
0
ファイル: shortcode.php プロジェクト: RetinaInc/sagenda-wp
 function getBookableItems()
 {
     $mrsService = new MyReservationService();
     $authCode = get_option('mrs1_authentication_code');
     return $mrsService->getBookableItems($authCode);
 }