Skip to content

Instantly share code, notes, and snippets.

@claudiulodro
claudiulodro / modifying-setup-wizard.php
Last active August 10, 2020 06:41
WooCommerce Setup Wizard - Adding/Removing Setup Wizard steps.
<?php
/**
* This is simple demo showing how to add and remove steps for the WooCommerce Setup Wizard
*/
/**
* Add new steps to the setup wizard.
* To insert new steps in the middle use array_slice
*