Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Claudio Sanches

    (@claudiosanches)

    Updates itself once every 24 hours.
    It’s done that way to not consume too much resources of your site.

    Thread Starter WUKONS

    (@wukons)

    Thanks for reply, will try to set it to 2h or something.
    Edit: Found and changed. Solved.
    Thanks.

    Plugin Author Claudio Sanches

    (@claudiosanches)

    You can do this by functions.php of your theme as well:

    function social_count_plus_custom_transient_time( $time ) {
        return 7200; // 2 hours in seconds.
    }
    
    add_filter( 'social_count_plus_transient_time', 'social_count_plus_custom_transient_time' );
    
    Thread Starter WUKONS

    (@wukons)

    Ok, thanks again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Stats semi updating.’ is closed to new replies.