Mô tả
Only Admins is a minimal plugin that restricts your entire WordPress site to Admins.
Best used as a MU-Plugin on Development and Staging sites.
Cài đặt
Plugin Directory
Install Only Admins as you would any other plugin.
- Go to Plugins > Add New.
- Search for Only Admins.
- Download and activate.
Must-Use Plugin
Only Admins works really well as a Must-Use Plugins. MU-Plugins cannot be disabled or edited by mistake.
To install Only Admins as a MU Plugin:
- Download the source.
- Create a
mu-plugins
folders in yourwp-content
directory (if doesn’t already exist). - Copy
onlyadmins.php
(not its enclosing folder) to mu-plugins.
Hỏi đáp
- Can I change the required user role?
-
Only Admins has no configuration, so there is no interface to change the user role.
That being said, you can simply edit it (its only a few lines long).
Simply change
current_user_can( 'administrator' )
to whichever role or capability you’d like.
Đánh giá
Không có đánh giá nào cho plugin này.
Người đóng góp & Lập trình viên
“Only Admins” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “Only Admins” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
1.1
- Log out link when no access
- Require ABSPATH
- Typo fix