woocommerce_shipping_method_chosen

woocommerce_shipping_method_chosen

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

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_shipping_method_chosen') is found 1 times:

  • /includes/wc-cart-functions.php line 442
     
    		WC()->session->set( 'chosen_shipping_methods', $chosen_methods );
    		WC()->session->set( 'shipping_method_counts', $method_counts );
    
    		do_action( 'woocommerce_shipping_method_chosen', $chosen_method );
    	}
    	return $chosen_method;
    }
    
    /**
     * Choose the default method for a package.