Description
Creates a custom role called PageEditorOnlyRole. The goal is to allow them to edit only pages they own. This role has the following permissions:
– read
– edit_pages
– edit_published_pages
– publish_pages
– upload_files
– unfiltered_html
The role is deleted on deactivation.
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.3
Removed accidental inclusion of permission diagnostic statement giving editor role unfiltered_html on multisite.
1.2
Modified behavior to re-add ‘unfiltered_html’ capability as it is removed on multisite. Without this capability, block editor escapes content.
1.1
Adds “unfiltered_html” capability to allow for proper content editing. Without, some blocks will be escaped along with social media embeds, such as a YouTube video.
1.0
Initial release.