bbp_subscriptions_handler

bbp_subscriptions_handler

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_subscriptions_handler') is found 1 times:

  • /includes/users/engagements.php line 874
    		$success = bbp_add_user_subscription( $user_id, $object_id, $object_type );
    	}
    
    	// Do additional subscriptions actions
    	do_action( 'bbp_subscriptions_handler', $success, $user_id, $object_id, $action, $object_type );
    
    	// Success!
    	if ( true === $success ) {
    
    		// Redirect back from whence we came
    		if ( ! empty( $_REQUEST['redirect_to'] ) ) {