Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter danbrellis

    (@danbrellis)

    *puts foot in mouth*

    The second I start to dig into the code to write my own fix, I see the filter: invite_anyone_is_large_network

    a simple:

    add_filter( 'invite_anyone_is_large_network', '__return_true' );

    allowed the page to load just fine.

    Thanks!

    Hey Dan,
    I am experiencing this issue right now as well. Would you mind telling me which page you added that filter to and what line on that page?

    Thanks in advance for your help.

    Thread Starter danbrellis

    (@danbrellis)

    bradley, just put it into you’re theme’s (or child theme’s) functions.php file. Anywhere inside <?php ?> should be just fine.

    Plugin Author Boone Gorges

    (@boonebgorges)

    Thanks for sharing your solution, @danbrellis ?? I have plans to make this page a bit more memory-safe in the future, but in the meantime the filter you found is designed just for this purpose.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Page times out when loading list of 1,000s of users’ is closed to new replies.