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 );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 bbPress (r6543)
2.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.