anttiviljami/wp-post-acl

This package is abandoned and no longer maintained. No replacement package was suggested.

A simple way to control who can edit WordPress posts or pages

Installs: 18

Dependents: 0

Suggesters: 0

Security: 0

Stars: 10

Watchers: 0

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.1 2016-07-06 11:41 UTC

This package is auto-updated.

Last update: 2020-04-27 05:29:31 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

A simple way to control who can edit WordPress posts or pages.

Adds an Edit Permissions metabox to the post edit page, where you can select which users can edit the post.

Only applies to users of role editor.

Custom Post Types

You can apply ACL rules to custom post types too. Just define your custom post type in wp-config.php like this:

define( 'ACL_POST_TYPES', serialize( [ 'post', 'page', 'my-cpt' ] ) );

Screenshots

Edit Permissions as administrator on post edit page

Edit permissions

Installation

The Composer Way (preferred)

Install the plugin via Composer

composer require anttiviljami/wp-post-acl

Activate the plugin

wp plugin activate wp-post-acl

The Old Fashioned Way

This plugin is available on the official WordPress.org plugin directory.

You can also install the plugin by directly uploading the zip file as instructed below:

  1. Download the plugin
  2. Upload to the plugin to /wp-content/plugins/ via the WordPress plugin uploader or your preferred method
  3. Activate the plugin