Skip to content

Instantly share code, notes, and snippets.

@plugin-republic
Created July 31, 2019 09:17
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 plugin-republic/0d88196ca1ea8696e2e3536e4ca06784 to your computer and use it in GitHub Desktop.
Save plugin-republic/0d88196ca1ea8696e2e3536e4ca06784 to your computer and use it in GitHub Desktop.
<?php
function prefix_pewc_total_only_text( $label, $post_id ) {
return __( 'Total: ' );
}
add_filter( 'pewc_total_only_text', 'prefix_pewc_total_only_text', 10, 2 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment