bp_groups_has_manage_group_members_templates()
Check if the active template pack includes the Group Membership management UI templates.
Description Description
Return Return
(boolean) True if the active template pack includes the Group Membership management UI templates. False otherwise.
Source Source
File: bp-groups/bp-groups-template.php
function bp_groups_has_manage_group_members_templates() { return file_exists( bp_locate_template( 'common/js-templates/group-members/index.php' ) ); }
Changelog Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |