Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter neelakansha85

    (@neelakansha85)

    Just to give you additional information, I did check and for some reason not sure if this is correct but I see both “wp_stream_auto_purge” and “stream_auto_purge” running in the system. debugging the code I found “stream_auto_purge” is already deprecated and was used with old versions and there is a

    wp_clear_scheduled_hook( ‘stream_auto_purge’ ); // Deprecated hook

    already on line # 663 of admin.php however this doesn’t seem to be running at all if I am understanding the code correctly. I deleted the crons manually using WP Control plugin one after the other, tried to re run it, deactivate plugin -> delete -> test, however none seem to have worked.

    We did have Stream since quite a while and have been updating in on the same system since then. Do you think there might have been some issues with the updates?

Viewing 1 replies (of 1 total)