bbp_forum_subscription_link( $args = array() )
Output the forum subscription link
Description Description
Source Source
File: includes/forums/template.php
function bbp_forum_subscription_link( $args = array() ) {
echo bbp_get_forum_subscription_link( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | bbPress (r6308) Add 'redirect_to' support |
| 2.5.0 | Introduced. |