bbp_get_user_subscribe_link

bbp_get_user_subscribe_link

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_user_subscribe_link') is found 1 times:

  • /includes/users/template.php line 1382
    1378
    1379
    1380
    1381
    1382
    1383
    1384
    1385
    1386
    1387
    1388
                $html = '<span id="subscription-toggle">' . $html . '</span>';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_user_subscribe_link', $html, $r, $user_id, $object_id );
        }
     
     
    /** Edit User *****************************************************************/
     
    /**

See this hook used in plugins: