When this plugin is activated, my query with post__not_in argument doesnt work. it sipmly ignores it. after deactivating it works like a charm..
http://wordpress.org/extend/plugins/advanced-access-manager/
When this plugin is activated, my query with post__not_in argument doesnt work. it sipmly ignores it. after deactivating it works like a charm..
http://wordpress.org/extend/plugins/advanced-access-manager/
Hi zabatonni,
You are right. AAM overwrite post_not_in by using query hook. This is my bad. I have to merge instead of overwriting this param.
For quick solution you can go to mvb_wp_access file and change this behavior in function pre_get_posts.
Regards,
Vasyl
This topic has been closed to new replies.