Viewing 1 replies (of 1 total)
  • Thread Starter madsrh123

    (@madsrh123)

    Solved! Here’s the answer:

    <?php
    $billetnet_link = esc_url(tribe_get_event_meta( tribe_get_organizer_id( $postId ), '_OrganizerWebsite', true ));
    if ($billetnet_link != '') {
    echo 'A'
      ;}
        else echo 'B';
      ;
    ?>
Viewing 1 replies (of 1 total)

The topic ‘[the event calendar] PHP returns variable, but shouldn't’ is closed to new replies.