My override function is not workin

4.05K viewsIssues
0

I want to override function ap_reputation_get_info() but it won’t work. I added it to functions.php file.

1

You cannot override a function like that. instead use this:

https://gist.github.com/rahularyan/f2bc0d8443b18cdc2b8a

Oh now I get it! 🙂 The problem is that I just realized I want something else. I want ‘vote_up’, ‘vote_down’, ‘voted_down’, ‘best_answer’ not to be shown on reputation. Sorry for inconvenience.