Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jeremy Herve

    (@jeherve)

    Jetpack Mechanic ??

    The Follower count appears to be correct on our end. If the problem doesn’t disappear on your site in the next hour, could you try to install this plugin:
    https://www.ads-software.com/plugins/transients-manager/

    Once you’ve done so, go to the new menu page under “Tools” in your dashboard, and delete the transient named “wpcom_subscribers_total”.

    Let me know how it goes.

    Thread Starter mahalraskin

    (@mahalraskin)

    Perfect, I found the transient and deleted it. For those DB-savvy admins and future reference:

    SELECT * FROM wp_options WHERE option_name LIKE ‘%wpcom_subscribers_total%’ ORDER BY option_name ;
    /* this didn’t show _transient_timeout_wpcom_subscribers_total */

    DELETE FROM wp_options WHERE option_id LIKE ‘%wpcom_subscribers_total%’;

    /* this deletes _transient_timeout_wpcom_subscribers_total and _transient_wpcom_subscribers_total */

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Followers Count Incorrect’ is closed to new replies.