Support

Account

Home Forums General Issues Maximum function nesting level of '256' reached Reply To: Maximum function nesting level of '256' reached

  • Hi @gldixon

    This error suggests an “infinite loop”. It is most likely that your callback is triggering the filter which in turn triggers the callback, etc, etc.

    There are many solutions to avoid infinite loops. Using more specific filters, a global variable as a “is doing marker” or even unhooking the filter during callback.

    Wishing you all the best.