Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @aely,

    Thanks for choosing Feedzy!

    It’s possible to change that period by adding the code that can be found here at the end of the functions.php file of your theme. Feel free to change the number as you please.

    Have a nice day!

    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

    Plugin Support Vytis

    (@bvytis)

    Hi @aely,

    As there is no integrated way to change this timing in the plugin settings you also need to change the cron time using a plugin like this one:

    https://wordpress.org/plugins/wp-crontrol/

    Find the Feedzy job and set the recurrence to be each 12 hours, in combination with the function that you added, it will make cron run each 12 hours instead of each hour.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change default running time of each feeds to 12 hours instead of 60 mins’ is closed to new replies.