Advertisement
designbymerovingi

Set Users of Rank Row Template

Jun 22nd, 2016
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_filter( 'mycred_users_of_all_ranks', 'mycredpro_users_of_rank_template' );
  2. function mycredpro_users_of_rank_template( $template ) {
  3.  
  4.     return '%last_name% Family - %balance_f% points';
  5.  
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement