bp_get_group_manage_url

bp_get_group_manage_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_get_group_manage_url') is found 1 times:

  • /bp-groups/bp-groups-template.php line 1421
    	 * @param string          $url         Permalink for the admin section of the group.
    	 * @param BP_Groups_Group $group       The group object.
    	 * @param array           $path_chunks BP Rewrites path chunks.
    	 */
    	return apply_filters( 'bp_get_group_manage_url', $url, $group, $path_chunks );
    }
    
    /**
     * Output the slug for the group.
     *
     * @since 1.0.0