$glmMembersShortcodes = array(
'glm-members-list' => array(
- 'plugin' => GLM_MEMBERS_PLUGIN_SLUG,
- 'menu' => 'members',
- 'action' => 'list',
- 'table' => GLM_MEMBERS_PLUGIN_DB_PREFIX.'settings_general',
+ 'plugin' => GLM_MEMBERS_PLUGIN_SLUG,
+ 'menu' => 'members',
+ 'action' => 'list',
+ 'table' => GLM_MEMBERS_PLUGIN_DB_PREFIX.'settings_general',
'attributes' => array(
'category' => false,
'category-name' => false,
)
),
'glm-member-detail' => array(
- 'plugin' => GLM_MEMBERS_PLUGIN_SLUG,
- 'menu' => 'members',
- 'action' => 'detail',
- 'table' => GLM_MEMBERS_PLUGIN_DB_PREFIX.'settings_general',
+ 'plugin' => GLM_MEMBERS_PLUGIN_SLUG,
+ 'menu' => 'members',
+ 'action' => 'detail',
+ 'table' => GLM_MEMBERS_PLUGIN_DB_PREFIX.'settings_general',
'attributes' => array(
'id' => false,
'show' => false,
category exactly to be selected. Category names must be enclosed in quotes.
</p>
</td>
+ </tr>
+ <tr>
+ <td></td>
+ <th>amenity-groups="1,2"</th>
+ <td><p>The "amenity-groups" attribute is used to display only the amenities that are in specific groups or a group.
+ Separate the groups with a ","</p></td>
</tr>
<tr>
<td> </td>