Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gaiqus/6f776adedb57e0db517bd5e9ad45adde to your computer and use it in GitHub Desktop.
Save gaiqus/6f776adedb57e0db517bd5e9ad45adde to your computer and use it in GitHub Desktop.
flexible_shipping_free_shipping_notice_text_button_label
add_filter( 'flexible_shipping_free_shipping_notice_text_button_label', function () {
return 'Button Label';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment