Περιγραφή
Block access to the admin interface based on user capability. The default is only editors and admins are allowed access, but the required capability can be set by editing the plugin file.
You can change the configuration of the plugin by modifying the file itself. The two config variables are on lines 18 and 21.
Support Questions
If your question is not answered here, you can try contacting me. However, I don’t actively support this plugin, so I’m not likely to make changes to meet your requirements, etc.
http://www.callum-macdonald.com/contact/
Εγκατάσταση
- Download
- Upload to your
/wp-contents/plugins/
directory. - Activate the plugin through the ‘Plugins’ menu in WordPress.
Συχνές Ερωτήσεις
- Can I change the redirection url?
-
Yes, you need to edit the plugin file and change the variable on line 21.
- Can I change the required capability?
-
Yes. For more information see the codex for [https://codex.wordpress.org/Roles_and_Capabilities#Capabilities Roles and Capabilities]. Once you’ve chosen a capability, simply edit the plugin file at line 18 and replace “edit_others_posts” with your chosen capability.
- I have another question…
-
If your question is not answered here, you can try contacting me. However, I don’t actively support this plugin, so I’m not likely to make changes to meet your requirements, etc.
http://www.callum-macdonald.com/contact/
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“WP Block Admin” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “WP Block Admin” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
0.2.3.0
- Version bump to relist the plugin on wordpress.org.
0.2.3
- Redirect to the homepage, not the wordpress url (thanks Nancy).
0.2.2
- Fixes a bug introduced in 0.2.1 using back ticks instead of quotes.
- Excludes admin-ajax.php as well as async-upload.php.
0.2.1
- Bugfix contributed by Sam hermans http://www.greenfudge.org/
0.2
- Added option to set config vars as constants in wp-config.php
0.1.3
- Bugfix contributed by Jonah Korbes http://neveradudelikethisone.com/