bbp_get_author_url

bbp_get_author_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_author_url') is found 1 times:

  • /includes/users/template.php line 991
    			$retval = bbp_get_current_anonymous_user_data( 'url' );
    		}
    
    		// Filter & return
    		return apply_filters( 'bbp_get_author_url', $retval, $post_id );
    	}
    
    /** Favorites *****************************************************************/
    
    /**
     * Output the link to the user's favorites page (profile page)