=== SSW Additional Checks ===
Contributors: shahneel
Tags: plugin, multisite, site setup wizard additonal checks, site registration, wp-signup
Requires at least: 4.0
Tested up to: 4.8
Stable tag: trunk
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2V9UGN9L5547U&lc=US&item_name=Site%20Setup%20Wizard%20Plugin&currency_code=USD&bn=PP%2dDonationsBF%3abtn_donate_SM%2egif%3aNonHosted

Offers super admins flexibility to perform additional checks or verification before allowing users to create sites using Site Setup Wizard.

== Description ==

SSW Additional Checks plugin allows super admins to perform additional checks before allowing registered users to create sites using Site Setup Wizard. You can make use of a filter **ssw_additional_checks** which is added to [Site Setup Wizard](https://wordpress.org/plugins/site-setup-wizard/) and perform your own checks based on your own conditions.    

Requires a wordpress multisite subdirectory install and Site Setup Wizard installed.

As an example this plugin has a check to limit users from being able to create only 1 site using Site Setup Wizard. You can modify the number as per your requirements or create your own function to perform additional checks.

== Installation ==

* Download and install using the built in WordPress plugin installer.
* Activate in the "Plugins" network admin panel using the "Network Activate" link.

== Screenshots ==


== Upgrade Notice ==
= 1.0 =
Initial release of the plugin

== Frequently Asked Questions ==


== Changelog ==

= 1.0 =
* Initial release of this plugin.