Jay

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Get cost of all events for month #1345086
    Jay
    Participant
    $start_date = tribe_get_month_view_date();
    $format_end_date = strtotime( tribe_get_month_view_date() ) ;
    $end_date = date( 'Y-m-d', strtotime('+1 month', $format_end_date));
    $events = tribe_get_events( array(
        'eventDisplay' => 'custom',
        'start_date'   => $start_date,
        'end_date'     => $end_date
    ) );
    
    foreach ( $events as $event ) {
        echo tribe_get_cost($event->ID);
    }
    in reply to: Get cost of all events for month #1345015
    Jay
    Participant

    That was less helpful than not replying at all.

    in reply to: Filter Bar vertical expands to full width #1180607
    Jay
    Participant

    I’m also experiencing this same issue with the latest update.

Viewing 3 posts - 1 through 3 (of 3 total)