woocommerce_checkout_init

woocommerce_checkout_init

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_checkout_init') is found 1 times:

  • /includes/class-wc-checkout.php line 66
    			 * Runs once when the WC_Checkout class is first instantiated.
    			 *
    			 * @since 3.0.0 or earlier
    			 */
    			do_action( 'woocommerce_checkout_init', self::$instance );
    		}
    		return self::$instance;
    	}
    
    	/**
    	 * See if variable is set. Used to support legacy public variables which are no longer defined.