We'll create fresh WordPress site with Even More Privacy Options installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plug-in is being developed for a specific website, but it may be useful for someone else, too. It is supposed to work in combination with More Privacy Options 3.2.1.1 and Private Feed Keys 1.0 by modifying their behaviour.
Features:
Prerequisities:
In the future there probably will be a network settings page and some options (if someone requests that)
Developed for private use, but has perspective for more extensive usage. I can’t guarantee any support in the future nor further development, but it is to be expected. Kindly inform me about bugs, if you find any, or propose new features: [email protected].
See Usage and FAQ for more information.
Before you start using the plugin, there are (very) few modification you have to do in the More Privacy Options plugin (file ds_wp3_private_blog.php):
replace
wp_login_url()
with
apply_filters( ‘ds_wp3_private_blog_login_url’, wp_login_url() )
in “ds_users_authenticator”, “ds_members_authenticator” and “ds_admins_authenticator” functions if you want to use the custom redirection for unauthorised users.
replace “mail” function by “wp_mail” in “ds_mail_super_admin” function (nicer, optional)
And that’s it!