$listAttr = $this->config['addOns']['glm-member-db']['shortcodes']['glm-members-list']['attributes'];
$detailAttr = $this->config['addOns']['glm-member-db']['shortcodes']['glm-member-detail']['attributes'];
+ $featuredAttr = $this->config['addOns']['glm-member-db']['shortcodes']['glm-member-featured']['attributes'];
$glmcat = new GlmDataCategories( $this->wpdb, $this->config );
- $categories = $glmcat->getListSortedParentChild();
+ $categories = $glmcat->getList('', 'T.name');
// get the each addOn slugs to pass to the config array later
$addOns = $this->config['addOns'];