Delay Redirect Not Working

By: Ryan Barilla | Asked: 03/30/2023
ForumsCategory: General questionsDelay Redirect Not Working
Ryan Barilla asked 1 year ago

I put the following code (suggested by Formidable) in my functions.php and I also tried the snippet tool. The time is not delayed at all. Is this code still a valid?

add_filter('frm_redirect_delay_time', 'change_delay_time');
function change_delay_time( $delay_time ) {
return 9000;
}

Making the Best WordPress Plugin even better - Together

Take on bigger projects with confidence knowing you have access to an entire community of Formidable Experts and Professionals who have your back when the going gets tough. You got this!
Join the community
crossarrow-right