Reputation::ap_user_pages()
Description #
Adds reputations tab in AnsPress authors page.
Source #
File: addons/reputation/reputation.php
492 493 494 495 496 497 498 499 500 | public function ap_user_pages() { anspress()->user_pages[] = array ( 'slug' => 'reputations' , 'label' => __( 'Reputations' , 'anspress-question-answer' ), 'icon' => 'apicon-reputation' , 'cb' => array ( $this , 'reputation_page' ), 'order' => 5, ); } |
Expand full source code Collapse full source code View on GitHub: addons/reputation/reputation.php:492
Add your comment