eventbrite_search() not pulling up the results
-
I am using the following codes to pull the events, but it is not working.
$params = array( 'max' => 2, 'city' => 'San Francisco', 'region' => 'CA', 'country' => 'US' ); print_r(eventbrite_search( $params));
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘eventbrite_search() not pulling up the results’ is closed to new replies.