Warning: This function has been deprecated. bbPress (r6543) instead.
bbp_forum_subscriptions_handler( $action = '' )
Handles the front end toggling of forum subscriptions
Description Description
Source Source
File: includes/users/engagements.php
function bbp_forum_subscriptions_handler( $action = '' ) { return bbp_subscriptions_handler( $action ); }
Changelog Changelog
Version | Description |
---|---|
2.6.0 | bbPress (r6543) |
2.5.0 | Introduced. |