Reputation::ap_bp_nav( array $nav )
Description #
Add reputations nav link in BuddyPress profile.
Parameters #
- $navarray (Required) Nav menu.
Source #
File: addons/reputation/reputation.php
public function ap_bp_nav( $nav ) { $nav[] = array( 'name' => __( 'Reputations', 'anspress-question-answer' ), 'slug' => 'reputations', ); return $nav; }
Expand full source code Collapse full source code View on GitHub: addons/reputation/reputation.php:557
Add your comment