From a6507a19ad5b5613ba8eb1c8cdd454d58058839c Mon Sep 17 00:00:00 2001 From: Chuck Scott Date: Tue, 14 Jun 2016 15:25:47 -0400 Subject: [PATCH] Added documentation for the category-names attribute for the members-list shortcode. --- setup/shortcodes.php | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/setup/shortcodes.php b/setup/shortcodes.php index d1608038..2aea27af 100644 --- a/setup/shortcodes.php +++ b/setup/shortcodes.php @@ -196,6 +196,20 @@ $glmMembersShortcodesDescription = ' +   + + category-name="{ category name(s) }" + + +

+ The "category-name" attribute is used display only members in a specific category or + categories by specifying the category names. To select multiple categories, + separate the category names with a ",". Category names must match the name of a + category exactly to be selected. Category names must be enclosed in quotes. +

+ + +   blank-start="{True/False}" -- 2.17.1