ეს პლაგინი არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე. როგორც ჩანს, ის უკვე აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

Simple Admin Menus

აღწერა

This plugin is for WordPress developers working with clients and for people who want minimalism in WordPress admin. It hides unwanted or least used menus from WordPress admin to reduce clutter. For example, if you don’t want your client to play with WordPress settings, change theme or add plugins you can hide them. If you don’t use tools or users or links menu often you can hide them.

The hidden menus can be viewed again by deactivating the plugin and each menu item is visible by directly visiting the URL. So, there is no risk and yet it is not completely tamper proof for the clients. The main idea is to reduce clutter in WordPress admin and it be used for this purpose only.

There are white label CMS plugins and user role plugins which offer similar features but this is a simple plugin that just does one thing well.

ეკრანული სურათები

  • Links, Appearance, Users, Tools and Settings hidden by default.

დაყენება

  1. Upload the simple admin menus folder to /wp-content/plugins/.

  2. Activate the plugin through the “Plugins” menu in WordPress.

  3. You will see the following menus hidden by default: Links, Appearance, Users, Tools and Settings. There is no settings page.

If you want to show some of them or hide other menus, edit the following line in the plugin file:

$restricted = array(__(‘Appearance’), __(‘Settings’), __(‘Links’), __(‘Users’), __(‘Tools’));

ხდკ

  • How do I show or hide some menus?

There is no settings page yet. It may be done in a future version. If you want to show or hide some menus, edit the following line in the plugin file:

$restricted = array(__(‘Appearance’), __(‘Settings’), __(‘Links’), __(‘Users’), __(‘Tools’));

მიმოხილვები

There are no reviews for this plugin.

მონაწილეები & დეველოპერები

“Simple Admin Menus” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი შეიტანეს მის განვითარებაში.

მონაწილეები

გადათარგმნეთ Simple Admin Menus თქვენს ენაზე.

დაინტერესებული ხართ დეველოპმენტით?

დაათვალიერეთ კოდი, შეამოწმეთ SVN რეპო, ან გამოიწერეთ შექმნის ჟურნალი : RSS.

ცვლილებები

0.2.1

  • Testing for WordPress 4.5

0.2.0

  • Adding screenshot

0.1.0

  • This is the first version of this plugin.