Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gaiqus/17795a3d9a416a5ab49cf808ece4050f to your computer and use it in GitHub Desktop.
Save gaiqus/17795a3d9a416a5ab49cf808ece4050f to your computer and use it in GitHub Desktop.
flexible_shipping_free_shipping_notice_text_message
add_filter( 'flexible_shipping_free_shipping_notice_text_message', function ( $message, $amount ) {
return 'Message Example';
}, 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment