Advertisement
Guest User

Untitled

a guest
Sep 3rd, 2015
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1.  
  2. <?php
  3.  
  4. add_filter( 'ap_reputation_info', 'mycustom_reputation_info');
  5.  
  6. function mycustom_reputation_info($info){
  7. return "my custom info title";
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement