This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Editor Remove

Апісанне

It disable Post editor for Non Administrators and let you create posts only using Custom Fields (remember to configure them first!)
It uses: if ( ! current_user_can( ‘install_plugins’ ) )

Actually there is no Admin Panel for this plugin if you would like to change minimum permission or role you’ll have to change it manually via FTP

Feature Request

Any feature request? Drop me a line: marco@maisdesign.it

This plugin is based on a conversation here:
WordPress.Stackexchange

Ўсталёўка

  1. Upload editoremover.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Buy me a coffe 😛

Часта задаваныя пытанні

Where is the admin panel?

There is no admin panel (actually)

How can I change minimum role?

Use your FTP client and go to: /wp-content/plugins/editoremover directory, open editoremover.php and modify this line:
if ( ! current_user_can( ‘install_plugins’ ) ) with the appropriate role based on this page of the codex:
https://codex.wordpress.org/Roles_and_Capabilities

Водгукі

На гэты плагін няма водгукаў.

Удзельнікі і распрацоўшчыкі

“Editor Remove” з’яўляецца праграмным забеспячэннем з адкрытым зыходным кодам. Наступныя людзі ўнеслі свой уклад у гэты плагін.

Удзельнікі

Перакласці “Editor Remove” на вашу мову.

Зацікаўлены ў распрацоўцы?

Праглядзіце код, праверце SVN рэпазітарый, або падпішыцеся на журнал распрацоўкі па RSS.

Журнал змяненняў

0.1

  • New Baby is Born