bp_get_group_url

bp_get_group_url

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: buddypress.14.3.4

apply_filters('bp_get_group_url') is found 1 times:

  • /bp-groups/bp-groups-template.php line 1310
    1306
    1307
    1308
    1309
    1310
    1311
    1312
    1313
    1314
    1315
    1316
         *     @type string $single_item_action           The slug of the action to perform.
         *     @type array  $single_item_action_variables An array of additional informations about the action to perform.
         * }
         */
        return apply_filters( 'bp_get_group_url', $url, $group_id, $slug, $path_chunks );
    }
     
    /**
     * Output an HTML-formatted link for the group.
     *
     * @since 2.9.0

See this hook used in plugins: