Changeset 2877819
- Timestamp:
- 03/10/2023 11:35:49 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
eventilla-events/trunk/includes/class-eventilla-wp-api-request-v2.php
r2877664 r2877819 428 428 $response_body = wp_remote_retrieve_body( $response ); 429 429 } 430 430 431 431 432 432 $this->log_date('GET', $endpoint_url, $response_code, $response_body); 433 $responseLength = json_decode($response_body); 434 var_dump(count($responseLength->events)); 433 435 434 }catch(InvalidArgumentException $e){ 436 435 437 436 $this->log_date('InvalidArgumentException', $endpoint_url, $e->getMessage(), $response); 438 437 }catch (RuntimeException $e) {
Note: See TracChangeset
for help on using the changeset viewer.