Skip to content

Instantly share code, notes, and snippets.

@nielslange
Last active July 18, 2023 16:57
Show Gist options
  • Save nielslange/309d4df4c0a939c11387f3da1709acc2 to your computer and use it in GitHub Desktop.
Save nielslange/309d4df4c0a939c11387f3da1709acc2 to your computer and use it in GitHub Desktop.
Place Order Button Label filter » placeOrderButtonLabel
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