Title: Frontier Restrict Backend
Author: finnj
Published: <strong>13 Tháng 7, 2015</strong>
Last modified: 13 Tháng 4, 2023

---

Tìm kiếm plugin

![](https://ps.w.org/frontier-restrict-backend/assets/banner-772x250.jpg?rev=1197721)

Plugin này **chưa được cập nhật với 3 phiên bản mới nhất của WordPress**. Nó có 
thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress
mới nhất.

![](https://ps.w.org/frontier-restrict-backend/assets/icon-256x256.jpg?rev=1197718)

# Frontier Restrict Backend

 Bởi [finnj](https://profiles.wordpress.org/finnj/)

[Tải về](https://downloads.wordpress.org/plugin/frontier-restrict-backend.1.6.0.zip)

 * [Chi tiết](https://vi.wordpress.org/plugins/frontier-restrict-backend/#description)
 * [Đánh giá](https://vi.wordpress.org/plugins/frontier-restrict-backend/#reviews)
 *  [Cài đặt](https://vi.wordpress.org/plugins/frontier-restrict-backend/#installation)
 * [Nhà phát triển](https://vi.wordpress.org/plugins/frontier-restrict-backend/#developers)

 [Hỗ trợ](https://wordpress.org/support/plugin/frontier-restrict-backend/)

## Mô tả

Frontier Restrict Backend will restrict users from access to the backend (admin 
area)

#### Main Features

 * Users without the capability manage_options (Administrators) will not have access
   to the backend (admin area, and will be redirected to the home url).
 * Frontier Restrict Backend allows AJAX call such as upload files, but restricted
   users will not be allowed to access the backend area.
 * Access level chan be changed using a filter – Please see FAQ to allow authors
   and above to access the back end

#### Frontier plugins

 * [Frontier Post](https://wordpress.org/plugins/frontier-post/) – Complete frontend
   management of posts
 * [Frontier Query](https://wordpress.org/plugins/frontier-query/) – Display lists
   and groupings of posts in post/pages and widgets.
 * [Frontier Buttons](https://wordpress.org/plugins/frontier-buttons/) – Full control
   of tinymce toolbars and buttons buttons
 * [Frontier Set Featured ](https://wordpress.org/plugins/frontier-set-featured/)–
   Set featured image aut. based on post images
 * [Frontier Restrict Media ](https://wordpress.org/plugins/frontier-restrict-media/)–
   Restrict media access to users own media
 * [Frontier Restrict Backend ](https://wordpress.org/plugins/frontier-restrict-backend/)–
   Restrict access to the backend (wp-admin)

## Cài đặt

 1. ftp the plugin to the `/wp-content/plugins/` directory or install it from plugin
    install on your site
 2. Activate the plugin through the ‘Plugins’ menu in WordPress

## Hỏi đáp

You can change the level that Frontier Restrict Backend blocks, by applying a filter
in your functions.php

Per default all other than admin users are blocked, see below example of how to 
allow Admins, Editors and Authors.

 * manage_options = Administrators
 * edit_others_posts = Editors
 * publish_posts = Authors
 * edit_posts = Contributors
 * read = Subscribers

// ****- Set restrict to allow Author and above -****
 function my_restrict_backend_level(
$min_allow_capability) { return “publish_posts”; } add_filter(‘restrict_backend_min_cap’,“
my_restrict_backend_level”,10,1);

´
 The above mentioned capabilities that are allowed.

## Đánh giá

![](https://secure.gravatar.com/avatar/26d79a720ee250d618dbbd27ef2caeb5098345ec97f2f0c8e2258d91aab8b21b?
s=60&d=retro&r=g)

### 󠀁[Cool Beans](https://wordpress.org/support/topic/cool-beans-5/)󠁿

 [tradesouthwest](https://profiles.wordpress.org/tradesouthwestgmailcom/) 18 Tháng
7, 2018

Just works.

![](https://secure.gravatar.com/avatar/4b811f3b761b2338b1a5609d12b018c2f7c2045a9befd4ab95c4924417ba1112?
s=60&d=retro&r=g)

### 󠀁[Perfect](https://wordpress.org/support/topic/perfect-3255/)󠁿

 [ajawadger](https://profiles.wordpress.org/ajawadger/) 3 Tháng 9, 2016

Really thanks for this helpful plugin.

![](https://secure.gravatar.com/avatar/1c01884e81747d247f59ad0c8055678575020e2e3840b55d88a34dc56b7ecabd?
s=60&d=retro&r=g)

### 󠀁[Great plugin](https://wordpress.org/support/topic/great-plugin-7817/)󠁿

 [kathleenruth](https://profiles.wordpress.org/kathleenruth/) 3 Tháng 9, 2016

Easy to use and does exactly what is needed. Thank you!

 [ Đọc tất cả 3 đánh giá ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/)

## Người đóng góp & Lập trình viên

“Frontier Restrict Backend” là mã nguồn mở. Những người sau đã đóng góp vào plugin
này.

Những người đóng góp

 *   [ finnj ](https://profiles.wordpress.org/finnj/)

“Frontier Restrict Backend” đã được dịch qua 1 ngôn ngữ. Cảm ơn [những người tham gia dịch](https://translate.wordpress.org/projects/wp-plugins/frontier-restrict-backend/contributors)
vì đóng góp của họ.

[Dịch “Frontier Restrict Backend” sang ngôn ngữ của bạn.](https://translate.wordpress.org/projects/wp-plugins/frontier-restrict-backend)

### Muốn tham gia phát triển?

[Duyệt code](https://plugins.trac.wordpress.org/browser/frontier-restrict-backend/),
check out [SVN repository](https://plugins.svn.wordpress.org/frontier-restrict-backend/),
hoặc theo dõi [nhật ký phát triển](https://plugins.trac.wordpress.org/log/frontier-restrict-backend/)
qua [RSS](https://plugins.trac.wordpress.org/log/frontier-restrict-backend/?limit=100&mode=stop_on_copy&format=rss).

## Nhật ký thay đổi

#### 1.6.0

 * Tested with WP 6.2
 * Tested with PHP 8

#### 1.4.1

 * Tested with WP 5.8

#### 1.4.0

 * Tested with WP 5.4

#### 1.3.5

 * Tested with WP 5.2.2 and php 7.2.2

#### 1.3.1

 * Tested with 4.9

#### 1.3.0

 * Fixed issue with Featured image by allowing bypass for async-upload.php & admin-
   ajax.php

#### 1.2.1

 * Tested with 4.7

#### 1.2.0

 * Added option to control access level from filter – see FAQ .

#### 1.1.0

 * Tested with 4.5
 * Readme update

#### 1.0.3

 * Removed error_log messages

#### 1.0.2

 * Initial release

## Meta

 *  Phiên bản **1.6.0**
 *  Cập nhật lần cuối **3 năm trước**
 *  Số lượt cài đặt **100+**
 *  Phiên bản WordPress ** 6.1 hoặc cao hơn **
 *  Đã kiểm tra lên đến **6.2.9**
 *  Phiên bản PHP ** 7.4.33 hoặc cao hơn **
 *  Ngôn ngữ
 * [Dutch](https://nl.wordpress.org/plugins/frontier-restrict-backend/) và [English (US)](https://wordpress.org/plugins/frontier-restrict-backend/).
 *  [Dịch sang ngôn ngữ của bạn](https://translate.wordpress.org/projects/wp-plugins/frontier-restrict-backend)
 * Thẻ
 * [access](https://vi.wordpress.org/plugins/tags/access/)[admin](https://vi.wordpress.org/plugins/tags/admin/)
   [backend](https://vi.wordpress.org/plugins/tags/backend/)[frontier](https://vi.wordpress.org/plugins/tags/frontier/)
 *  [Nâng cao](https://vi.wordpress.org/plugins/frontier-restrict-backend/advanced/)

## Đánh giá

 5 trên 5 sao.

 *  [  3 5-star reviews     ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/#new-post)

[Xem tất cả đánh giá](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/)

## Những người đóng góp

 *   [ finnj ](https://profiles.wordpress.org/finnj/)

## Hỗ trợ

Có điều gì muốn nói? cần giúp đỡ?

 [Xem diễn đàn hỗ trợ](https://wordpress.org/support/plugin/frontier-restrict-backend/)