Thread Starter
araoo
(@araoo)
@williampatton, I have found the solution 🙂 Thanks for giving me the information.
For who might have the same pb:
add_filter( ‘srm_max_redirects’, ‘dbx_srm_max_redirects’ ); function dbx_srm_max_redirects() { return 400; }
“400” can be replaced by any figure – be careful, website performance could suffer from too many redirections.
Thread Starter
araoo
(@araoo)
Hi @williampatton,
Thank you for your answer. I still need your help 🙂 How can I add a filter to overwrite the 250 limit?
Many thanks in advance.