Code-Snippets-Functions/Execute a function on a child site/WooCommerce/disable-setup-wizard.txt
2020-07-05 20:09:45 -06:00

1 line
80 B
Text

add_filter( 'woocommerce_prevent_automatic_wizard_redirect', '__return_true' );