bbp_user_replies_created_url( int $user_id )
Output the link to the user’s replies
Description
Parameters
- $user_id
-
(Optional) User id
Source
File: bp-forums/users/template.php
function bbp_user_replies_created_url( $user_id = 0 ) { echo esc_url( bbp_get_user_replies_created_url( $user_id ) ); }
Changelog
Version | Description |
---|---|
bbPress (r4225) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.