Home › Forums › WoodMart support forum › Delay by Filter › Reply To: Delay by Filter
June 13, 2018 at 11:18 am
#62656
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to do this
add_filter( 'woodmart_pjax_timeout', function(){ return 10000; } );