Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter P?r Thernstr?m

    (@eskapism)

    oh, and if anyone else comes here with the same problem, this solved it for me:

    // tribe events uses with_posts() inside a function, causing an infinite loop
    // preventing the ical link causes the faulty function to not run
    add_filter( 'tribe_events_list_show_ical_link', function() {
    	return false;
    } );
    Plugin Contributor leahkoerper

    (@leahkoerper)

    Hi P?r,

    Glad to hear you found a solution! And thanks so much for posting it so others could benefit.

    Cheers,
    Leah

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘usage of with_posts() causing infinite posts loop’ is closed to new replies.