Change WordPress user roles and capabilities › Forums › Give user access to plugin – how to › Give User Full Access to "Page" but restrict Post ID in "Post Type" › Reply To: Give User Full Access to "Page" but restrict Post ID in "Post Type"
19/07/2016 at 02:58
#2563
Vladimir
Keymaster
In order to exclude ‘page’ post type from the edit restriction you may use a custom ure_restrict_edit_post_type filter.
Modify example code according with your needs and add it into your active theme functions.php file or setup as a “must use” plugin.
Let me know if you need further help.