Astra_Woocommerce::woocommerce_proceed_to_checkout_button_html()
Woocommerce Cart button html
Description
Return
(void)
Source
File: inc/compatibility/woocommerce/class-astra-woocommerce.php
public function woocommerce_proceed_to_checkout_button_html() { $cart_button_text = astra_get_option( 'woo-cart-button-text' ); if ( $cart_button_text ) { ?> <a href="<?php echo esc_url( wc_get_checkout_url() ); ?>" class="checkout-button button alt wc-forward"> <?php echo esc_attr( $cart_button_text ); ?> </a> <?php } }
Expand full source code Collapse full source code View on Trac
Changelog
Version | Description |
---|---|
3.9.0 | Introduced. |