Wordpress Site Setup Wizard Plugin which allows creating a site in wordpress multisite install in steps with pre-selected features while setting up their sites.
GNU General Public License v2.0
20
stars
10
forks
source link
Consolidate ajax request on step2.php Next button to 1 request #17
As of now, on Next button on step2.php triggers 3 ajax requests:
They can be internally performed based on one's result instead of sending response to client side and triggering another ajax request.