2017 © Pedro Peláez
 

wordpress-plugin wp-post-acl

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

image

anttiviljami/wp-post-acl

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

  • Thursday, August 3, 2017
  • by anttiviljami
  • Repository
  • 0 Watchers
  • 9 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

WP Post ACL

Latest Stable Version Total Downloads Latest Unstable Version License, (*1)

A simple way to control who can edit WordPress posts or pages., (*2)

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

Only applies to users of role editor., (*4)

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:, (*5)

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

Screenshots

Edit Permissions as administrator on post edit page

Edit permissions, (*6)

Installation

The Composer Way (preferred)

Install the plugin via Composer, (*7)

composer require anttiviljami/wp-post-acl

Activate the plugin, (*8)

wp plugin activate wp-post-acl

The Old Fashioned Way

This plugin is available on the official WordPress.org plugin directory., (*9)

You can also install the plugin by directly uploading the zip file as instructed below:, (*10)

  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

The Versions

03/08 2017

dev-master

9999999-dev

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

  Sources   Download

GPLv3

06/07 2016

1.0.1

1.0.1.0

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

  Sources   Download

GPLv3

01/03 2016

1.0

1.0.0.0

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

  Sources   Download

GPLv3