Change WordPress user roles and capabilities › Forums › Bug Reports › Problem using Allow Category/Taxonomy Access › Reply To: Problem using Allow Category/Taxonomy Access
28/08/2016 at 01:09
#2674
Vladimir
Keymaster
Problem was clarified after the conversation via email.
Solution:
When “Prohibit” model is selected: all posts/pages are shown except prohibited.
When “Allow” model is selected: by default only posts/pages are shown which user can edit. If you wish to show all allowed post you may change this via filter:
add_filter('ure_show_posts_which_can_edit_only_backend', function() { return false; } );