Duplicate notifications being sent for Pending Review alerts
-
A bug has already been identified and fixed by the following within the update_post function of the bnfw.php file:
if ( ( isset( $_GET[‘meta-box-loader’] ) || isset( $_GET[‘meta_box’] ) ) ) {
return;
}When this didn’t fix for I found that another person has since found that the same is required within the on_post_pending function to completely remove this issue.
Having just updated to the latest version of the plugin I had expected this to be included, but found the issue re-appeared post update and I then had to manually update the on_post_pending function again.
Can you please advise when this fix is likely to be included in your updates?
Thanks
- The topic ‘Duplicate notifications being sent for Pending Review alerts’ is closed to new replies.