}
// Load Sample Management Settings data
+/* None - Need to figure out a smooth way to do this.
$sampleManagementSettings = $wpdb->get_row( "SELECT * FROM ".GLM_MEMBERS_SAMPLE_PLUGIN_DB_PREFIX."management WHERE id = 1", ARRAY_A );
unset($sampleManagementSettings['id']);
+*/
function glmMembersRegisterSample($addOns) {
'slug' => GLM_MEMBERS_SAMPLE_PLUGIN_SLUG,
'actions' => $GLOBALS['glmMembersSampleAddOnValidActions'],
'config' => array(
- 'settings' => $GLOBALS['sampleManagementSettings']
),
'shortcodes' => $GLOBALS['glmMembersSampleShortcodes'],
'shortcodesDescription' => $GLOBALS['glmMembersSampleShortcodesDescription']