• Hello

    Great Plugin fixes all links that needs to be redirected. However the limit is 150 redirections.

    So what can I do ? Any options. I still miss to redirect around 100 links. Any Pro plugin option for this with no limits ?

    Best Regards
    Claus Gamborg

Viewing 1 replies (of 1 total)
  • If you have a child theme or functionality plugin you can use the following filter to change the redirect limit:
    add_filter( 'srm_max_redirects', function() { return 250; } );

Viewing 1 replies (of 1 total)
  • The topic ‘Maximum Limit reached’ is closed to new replies.