Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter adgjkskc

    (@adgjkskc)

    Are there any updates on this please?

    Tanay

    (@tanaykhandelwal-1)

    Hi There,

    You can get the original image url by changing the Line: 361 in plugins/eventbrite-api/inc/class-eventbrite-manager.php

    $event['logo_url'] = ( isset( $api_event->logo->url ) ) ? $api_event->logo->url : '';

    with

    $event['logo_url'] = ( isset( $api_event->logo->original->url ) ) ? $api_event->logo->original->url : '';

    • This reply was modified 7 years, 1 month ago by Tanay.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Import Large Image from Eventbrite Page’ is closed to new replies.