Skip to content

Instantly share code, notes, and snippets.

@nielslange
Last active July 18, 2023 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nielslange/146338fbdce0ac78c66b3f9ea374135a to your computer and use it in GitHub Desktop.
Save nielslange/146338fbdce0ac78c66b3f9ea374135a to your computer and use it in GitHub Desktop.
Totals Footer Item filter » totalLabel
const { registerCheckoutFilters } = window.wc.blocksCheckout;
// Adjust the total label.
registerCheckoutFilters( 'example-extension', {
totalLabel: () => 'Deposit due today'
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment