7 lines
104 B
PHP
7 lines
104 B
PHP
<?php
|
|
|
|
if (!function_exists('members_get_cap_group')) {
|
|
function members_get_cap_group($name) {
|
|
}
|
|
}
|