woocommerce_calculated_shipping

woocommerce_calculated_shipping

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_calculated_shipping') is found 1 times:

  • /includes/shortcodes/class-wc-shortcode-cart.php line 59
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
        WC()->customer->save();
     
        wc_add_notice( __( 'Shipping costs updated.', 'woocommerce' ), 'notice' );
     
        do_action( 'woocommerce_calculated_shipping' );
     
    } catch ( Exception $e ) {
        if ( ! empty( $e ) ) {
            wc_add_notice( $e->getMessage(), 'error' );
        }
    }