• Resolved mmkurhade

    (@mmkurhade)


    Hi,

    as mentioned in this thread, I tried putting following code into functions.php but nothing changed. Scheduled Actions section still shows occurrence every 15 minutes. Kindly help.

    // Change Facebook for WooCommerce feed generation interval
    function my_custom_facebook_feed_interval( $interval ) {
        return DAY_IN_SECONDS;
    }
    add_filter( 'wc_facebook_feed_generation_interval', 'my_custom_facebook_feed_interval', 10, 2 );

    The page I need help with: [log in to see the link]

Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Facebook Feed Generation Time’ is closed to new replies.