Home › Forums › WoodMart support forum › Ajax functionality Not wordking › Reply To: Ajax functionality Not wordking
February 19, 2018 at 9:49 am
#40822
Eric Watson
Participant
Hello,
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 15000; } );
Kind Regards
Xtemos