Last active
July 18, 2023 16:57
-
-
Save nielslange/309d4df4c0a939c11387f3da1709acc2 to your computer and use it in GitHub Desktop.
Place Order Button Label filter » placeOrderButtonLabel
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const { registerCheckoutFilters } = window.wc.blocksCheckout; | |
// Adjust the place order button label. | |
registerCheckoutFilters( 'example-extension', { | |
placeOrderButtonLabel: () => '💰 Pay now 💰' | |
} ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment