Title: Frontier Restrict Backend
Author: finnj
Published: <strong>13 de juliol de 2015</strong>
Last modified: 13 d'abril de 2023

---

Cerca extensions

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

Aquesta extensió **no s’ha provat en les darreres 3 versions majors del WordPress**.
Segurament no està mantinguda o suportada, i pot tenir problemes de compatibilitat
quan s’usa en versions recents del WordPress.

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

# Frontier Restrict Backend

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

[Baixa](https://downloads.wordpress.org/plugin/frontier-restrict-backend.1.6.0.zip)

 * [Detalls](https://ca.wordpress.org/plugins/frontier-restrict-backend/#description)
 * [Ressenyes](https://ca.wordpress.org/plugins/frontier-restrict-backend/#reviews)
 *  [Instal·lació](https://ca.wordpress.org/plugins/frontier-restrict-backend/#installation)
 * [Desenvolupament](https://ca.wordpress.org/plugins/frontier-restrict-backend/#developers)

 [Suport](https://wordpress.org/support/plugin/frontier-restrict-backend/)

## Descripció

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

#### Principals Característiques

 * 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)

## Instal·lació

 1. ftp the plugin to the `/wp-content/plugins/` directory or install it from plugin
    install on your site
 2. Activa l’extensió mitjançant el menú ‘Extensions’ del WordPress

## PMF

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.

## Ressenyes

![](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 de 
juliol de 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 de setembre de 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 de setembre de 2016

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

 [ Llegiu totes les 3 ressenyes ](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/)

## Col·laboradors i desenvolupadors

«Frontier Restrict Backend» és programari de codi obert. La següent gent ha col·laborat
en aquesta extensió.

Col·laboradors

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

“Frontier Restrict Backend” s’ha traduït a 1 configuració regional. Gràcies als 
[traductors](https://translate.wordpress.org/projects/wp-plugins/frontier-restrict-backend/contributors)
per les seves aportacions.

[Traduïu «Frontier Restrict Backend» a la vostra llengua.](https://translate.wordpress.org/projects/wp-plugins/frontier-restrict-backend)

### Interessats en el desenvolupament?

[Navegueu pel codi](https://plugins.trac.wordpress.org/browser/frontier-restrict-backend/),
baixeu-vos el [repositori SVN](https://plugins.svn.wordpress.org/frontier-restrict-backend/),
o subscriviu-vos al [registre de desenvolupament](https://plugins.trac.wordpress.org/log/frontier-restrict-backend/)
per [fisl de subscripció RSS](https://plugins.trac.wordpress.org/log/frontier-restrict-backend/?limit=100&mode=stop_on_copy&format=rss).

## Registre de canvis

#### 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

 * Versió inicial

## Meta

 *  Versió **1.6.0**
 *  Darrera actualització **fa 3 anys**
 *  Instal·lacions actives **100+**
 *  Versió del WordPress ** 6.1 o posterior **
 *  Provada fins a **6.2.9**
 *  Versió del PHP ** 7.4.33 o posterior **
 *  Idiomes
 * [Dutch](https://nl.wordpress.org/plugins/frontier-restrict-backend/) i [English (US)](https://wordpress.org/plugins/frontier-restrict-backend/).
 *  [Traduïu a la vostra llengua](https://translate.wordpress.org/projects/wp-plugins/frontier-restrict-backend)
 * Etiquetes
 * [access](https://ca.wordpress.org/plugins/tags/access/)[admin](https://ca.wordpress.org/plugins/tags/admin/)
   [backend](https://ca.wordpress.org/plugins/tags/backend/)[frontier](https://ca.wordpress.org/plugins/tags/frontier/)
 *  [Vista avançada](https://ca.wordpress.org/plugins/frontier-restrict-backend/advanced/)

## Valoracions

 5 sobre 5 estrelles.

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

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

[Visualitzeu totes les ressenyes](https://wordpress.org/support/plugin/frontier-restrict-backend/reviews/)

## Col·laboradors

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

## Suport

Teniu quelcom a dir? Necessiteu ajuda?

 [Visualitza els fòrums de suport](https://wordpress.org/support/plugin/frontier-restrict-backend/)