mansj / enable-media-replace

***DEVELOPMENT DISCONTINUED*** Enable Media Replace, a WordPress plugin to make it possible to replace uploaded media files in a simple way.
GNU General Public License v2.0
28 stars 27 forks source link

Setting to allow change of WP role level that can use plugin #3

Closed dbarstad closed 9 years ago

dbarstad commented 10 years ago

Enhancement request - Can you create a setting that would allow an administrator to set the role level that is allowed to use the plugin (ie. replace media).

I have novice WP contributors in several areas, but would like to enable our office manager to post updates to PDF based newsletters and calendars without giving away the keys to the kingdom.

D

mansj commented 10 years ago

I can't use other permissions than what WP will allow. I am currently using current_user_can('upload_files') as the permission, and it would be a possible breach of security to allow other users to upload files.