Περιγραφή
Disable Site Delete plugin only allows network administrators to delete a blog/site on a WordPress Multisite network. It does not allow blog owners to delete their blogs.
It works by doing that in 3 steps:-
- Removes the delete Site link from tools menu for non network admins
- Breaks out of wpmu_delete_blog function to avoid deletion of blog
- hacks around option to avoid sending the delete confirmation mail to blog owner
Need more details, please visit this post on BuddyDev
Στιγμιότυπα
Εγκατάσταση
- Download
disable-site-delete.zip
and extract(unzip) - Upload
disable-site-delete
to the/wp-content/plugins/
directory - Network Activate the plugin through the ‘My Sites->Network Admin->Plugins’ menu in WordPress Multisite
- have fun!
Συχνές Ερωτήσεις
- Does it completely removes the capability to delete blog for blog admins/owners
-
That’s right. Only network administrator can delete a blog.
- How to localize
-
Please look into the ‘languages’ directory of this plugin. you will find the po file. Just translate it and save there as your_locale.mo(e.f en_US.mo)
- Is there an alternative?
-
Yes, there is a plugin by Ryan Hellyer Delete Delete Site but that only removes the menu link and does not actually prevent users from doing it completely(try typing the url and you will know what I mean).
- I have more Questions?
-
We will love to hear your feedback at BuddyDev
Κριτικές
Συνεισφέροντες & Προγραμματιστές
“Disable Site Delete” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.
ΣυντελεστέςΜεταφράστε το “Disable Site Delete” στην γλώσσα σας.
Ενδιαφέρεστε για την ανάπτυξη;
Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .
Σύνοψη αλλαγών
1.0
Initial release