* <th>[glm-members-sample-shortcode]</th>
* <td> </td>
* <td width="50%">
- * <p>
* Displays something related to this add-on.
- * </p>
* </td>
* </tr>
* <tr>
* <td> </td>
* <th>type="{types}"</th>
* <td>
- * <p>
* The "type" attribute is used to select the type of data to be displayed.
* Below is a list of available list types.
- * </p>
* <p>
* <table width="100%">
* <tr><th colspan=3">List Types</th></tr>
);
$glmMembersPackagingShortcodesDescription = '
-<table id="glm-table-shortcodes-packaging" class="glm-admin-table glm-shortcodes-table glm-hidden">
<tr><th>Shortcode</th><th>Attribute</th><th>Description</th></tr>
<tr>
<th>[glm-members-packaging-list]</th>
<td> </td>
<td width="50%">
- <p>
Displays a list of packages. Optionally, the attributes below may used to modify
the display of this page.
- </p>
</td>
</tr>
<tr>
<td> </td>
<th>type="{list type}"</th>
<td>
- <p>
The "type" attribute is used to select the type of list you would like displayed.
Below is a list of available list types.
- </p>
<p>
<table width="100%">
<tr><th colspan=3">List Types</th></tr>
<td> </td>
<th>order="{ordering method}"</th>
<td>
- <p>
The "order" attribute is used to specify how the list will be ordered (sorted).
Below is a list of available order types.
- </p>
<p>
<table width="100%">
<tr><th colspan=3">Ordering Types</th></tr>
<td> </td>
<th>member="{member ID}"</th>
<td>
- <p>
The "member" attribute is used to specify a member ID. When included, the list
will only include packages for the member with that ID.
- </p>
</td>
</tr>
<tr>
<td> </td>
<th>template="{template type}"</th>
<td>
- <p>
Used to ask the packaging list shortcode to use an alternate template.
This option is used when calling the shortcode with the do_shortcode() function to include via a filter
in the member listing or detail page.
<th>[glm-members-packaging-detail]</th>
<td> </td>
<td width="50%">
- <p>
Displays the detail of a specific package.
- </p>
</td>
</tr>
<tr>
<td> </td>
<th>id="{package ID}"</th>
<td>
- <p>
The "id" attribute is used to select the package to be displayed. This is a
required attribute.
- </p>
</td>
</tr>
<tr>
<th>[glm-members-packaging-member-list]</th>
<td> </td>
<td width="50%">
- <p>
Displays the packages of a specific member.
- </p>
</td>
</tr>
<tr>
<td> </td>
<th>id="{member ID}"</th>
<td>
- <p>
- The "id" attribute is used to select the member for which to display the
+ The "id" attribute is used to select the member for which to display the
packages. This is a required attribute.
- </p>
</td>
</tr>
-</table>
';
\ No newline at end of file