Skip to content

Instantly share code, notes, and snippets.

@clifgriffin
Created March 5, 2020 15:59
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 clifgriffin/caa4fb02773ef15ecf7934db94ca95a4 to your computer and use it in GitHub Desktop.
Save clifgriffin/caa4fb02773ef15ecf7934db94ca95a4 to your computer and use it in GitHub Desktop.
Change the order updates text.
<?php
// Add to functions.php
// Do NOT include the opening PHP tag (<?php)
add_filter( 'cfw_order_updates_text', function( $text ) {
return 'Your custom order updates message!';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment