Revision post is causing Duplicate ping and log too
-
Hi in the latest version of plugin revision post is causing duplicate ping and recording duplicate log in DB. I checked the plugin code where foreach loop is running 2 times, first time for the real post and 2nd time for the revision post which is causing duplicate ping.
I just disable the revision post by pasting following code in wp-config.php and now everything is working fine. No duplicate ping and log now.
define('AUTOSAVE_INTERVAL', 300 ); // seconds define('WP_POST_REVISIONS', false );
So please check it and solve the issue.
- The topic ‘Revision post is causing Duplicate ping and log too’ is closed to new replies.