Description
This plugin suppresses features of the Multisite site creation process:
- It suppresses the welcome email sent to new site administrators on site creation
- It cancels the site creation process if the given email does not exist, instead of creating a local user
It also flushes rewrite rules on site creation to address https://core.trac.wordpress.org/ticket/20171.
Privacy
This plugin neither collects nor stores any personal, private, or identifying information about any user.
Installation
- Upload the
site-creation-utilitiesfolder to the/wp-content/plugins/directory - Network activate the plugin through the ‘Plugins’ menu in the WordPress Network Admin
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Site Creation Utilities” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Site Creation Utilities” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.6
- Use
wp_initialize_siteinstead ofwp_insert_siteto ensure that the options table exists prior to flushing rules.
1.0.5
- Use
wp_insert_siteinstead ofwpmu_new_blogaction
1.0.4
- Code cleanup.
- Added privacy notice to README.
1.0.3
- New feature: flush rewrite rules on site creation.
1.0.2
- Resolved conflicting version numbers.
1.0.1
- Updated front matter.
- Resolved a PHP notice.
1.0
- Initial release.