disable progress bar
-
Hi Luiggi,
First off, many thanks for the help for the other support topic (swapping first & last names), I replied a bit late.
I’d like to disable the progress bar, but I am unable to unhook properly the function below because it is under a class, I am not a programmer, unfortunately.
class FluidCheckout_Steps extends FluidCheckout { private $checkout_steps = array(); public function __construct() { $this->hooks(); } public function hooks() { add_action( 'woocommerce_before_checkout_form_cart_notices', array( $this, 'output_checkout_progress_bar' ), 4 ); // Display before the checkout/cart notices } }
Can you please help me with that?
I am following this tutorial, but I can’t get it to work.
https://zeropointdevelopment.com/how-to-remove-an-action-hook-or-filter-added-by-a-class-in-wordpress/Many thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘disable progress bar’ is closed to new replies.