1 | <?php namespace EventEspresso\core\libraries\rest_api\changes; |
||
12 | class ChangesIn40834 extends ChangesInBase |
||
13 | { |
||
14 | |||
15 | /** |
||
16 | * Adds hooks so requests to 4.8.29 don't have the checkin endpoints |
||
17 | */ |
||
18 | public function setHooks() |
||
29 | |||
30 | |||
31 | |||
32 | /** |
||
33 | * Removes the checkin and checkout endpoints from the index for requests |
||
34 | * to api versions lowers than 4.8.33 |
||
35 | * |
||
36 | * @param array $response_headers |
||
37 | * @param Base $controller |
||
38 | * @param string $requested_version |
||
39 | * @return array like $routes_on_this_version |
||
40 | */ |
||
41 | public function removeResponseHeaders($response_headers, $controller, $requested_version) |
||
50 | } |
||
51 |