Thread Starter
aely
(@aely)
Hi,
I have added the below code in the functions.php but the Next run time is still showing as 60 mins
function change_values($arr) {
$arr[ ‘refresh’ ] = ‘730_mins’; // 12 hrs 10mins
return $arr;
}
add_filter( ‘feedzy_shortcode_options’, ‘change_values’, 10, 1 );
screenshot: https://prnt.sc/G1SMrR6zMiMI