wp-browser
wp-browser copied to clipboard
[DOC REQUEST] bootstrapActions for woocommerce
As per PM:
Create a function in your _bootstrap.php:
function woo_disable_wizard() {
\add_filter( 'woocommerce_prevent_automatic_wizard_redirect', '__return_true' );
}
In your WPLoader:
bootstrapActions:
- woo_disable_wizard
In this way woocommerce is activated without the wizard that can generate errors as is changing the output of the page with a redirect.