bbp_get_subscriptions_permalink

bbp_get_subscriptions_permalink

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_subscriptions_permalink') is found 1 times:

  • /includes/users/template.php line 1268
    1264
    1265
    1266
    1267
    1268
    1269
    1270
    1271
    1272
    1273
    1274
                $url = add_query_arg( $args, $profile_url );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_subscriptions_permalink', $url, $user_id );
        }
     
    /**
     * Output the link to subscribe/unsubscribe from a topic
     *
     * @since 2.0.0 bbPress (r2668)

See this hook used in plugins: