Tag: wp-cli

  • Disable WooCommerce Setup Wizard

    Disable WooCommerce Setup Wizard

    Need to Disable WooCommerce Setup Wizard? Keep reading. WooCommerce introduced a new ‘setup’ wizard which is really just a front for them to upsell you a bunch of their services and plugins. It doesn’t actually set up your store at all. After you go through five pages of marketing crud, you then get dropped back…

  • Fix Undefined index: HTTP_X_FORWARDED_PROTO with WP-CLI

    Fix Undefined index: HTTP_X_FORWARDED_PROTO with WP-CLI

    Are you running your WordPress install behind an SSL proxy or load balancer like HAProxy? You may also be running WP-CLI on the internal site. To get SSL to pass-through correctly a lot of sites have outlined that you need to add the following code to your wp-config.php Although this is almost correct, the HTTP_X_FORWARDED_PROTO…