该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

Custom Post Type Privacy

描述

This is a simple plugin to allow for restricting access to content.

Users may be members of multiple groups. Multiple groups and multiple individual users may be allowed to view each
post. Overlaps are ignored — if the user is a member of any group that is allowed to view the post, that user will
be able to view it.

安装

Installation is quick and simple:

  1. Upload ‘custom-post-type-privacy’ folder to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

To upgrade the plugin manually, follow these steps:

  1. Disable the plugin
  2. Upload the new version to /wp-content/plugins/
  3. Reactivate the plugin

评价

此插件暂无评价。

贡献者及开发者

“Custom Post Type Privacy” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

更新日志

0.2 fixed issue with saving posts (wpdb wasn’t global)
0.3 new children should now inherit parent’s privacy groups and users