Filter: bricks/woocommerce/cart_proceed_label
Allows you to modify the text of the “Proceed to checkout” button in the WooCommerce Cart element.
Parameters
Section titled “Parameters”$label(string): The button text. Default is “Proceed to checkout”.
Example usage
Section titled “Example usage”add_filter( 'bricks/woocommerce/cart_proceed_label', function( $label ) { return 'Go to Checkout';} );Was this helpful?
A quick vote and short notes help us improve these docs faster.
Leave a note for us
Please do not include passwords, license keys, or personal data. We store submitted notes to improve the docs.
Thanks for sharing feedback. We're using it to improve these docs.