Description
WordPress plugin that creates a user that is only able to edit their own pages. Meant to segment subject matter experts to only specific pages on a WordPress installation.
What it Actually Does
Creates a custom role called PageEditorOnlyRole. This role has the following permissions:
– read
– edit_pages
– edit_published_pages
– publish_pages
– upload_files
There is also a filter that removes several group links for users that do not have the edit_others_pages permission from the edit page views. This is an aesthetic adjustment as the role cannot edit the pages of others. The following group links are removed.:
– all
– publish
– trash
The role is deleted on uninstall.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Page Editor Only” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Page Editor Only” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0
- Initial plugin release.