Hello
What plugin version number are you using?
Can you make a video with the issue?
Here is it:
https://app.screencast.com/zGbyLHTZHsHxO
After deleting the post, I filter again without changing criteria and the post is listed again.
I’m using Version 1.0.7.1
Hello
Try in file – wp-content\plugins\bulk-editor-free\ext\author_area\author_area.php – change code – https://share.pluginus.net/image/i20230605124759.png
if (!empty($this->user_roles)){
add_filter('wpbe_apply_query_filter_data', array($this, 'add_query'));
add_filter('wpbe_user_can_edit', array($this ,'user_can'), 10, 3);
}
Thank you for helping.
I applied the patch. Sometimes it works, sometimes not.
I was not able to see on what conditions it does not work.
Any other solution?
Hello
Please clear all cache.
what is the role of your user?
I’m using admin role.
Not sure if this helps, but I was able to characterize when this happens.
I use the site once a day. I don’t logoff and in the next day the problem occurs. Then I logoff and login again and it works as expected.
Something changes behind the scenes for 24 hours that causes this problem.
It is a site in development, not open to the public and no other people are working on it. A low volume site.