}
return $queryParts;
});
-add_filter('glm_custom_fields', function($attribute, $id) {
+add_filter('glm_custom_fields', function($attribute, $id = 0) {
global $wpdb;
$query = "SELECT field_data FROM " . GLM_MEMBERS_FIELDS_PLUGIN_DB_PREFIX . "custom_field_data WHERE ref_dest = $id "
2
);
add_filter('glm_custom_fields_member_types', function() {
-
+
$query = "SELECT name FROM " . GLM_MEMBERS_PLUGIN_DB_PREFIX . "member_type";
$result = $this->wpdb->get_results( $query, ARRAY_A );
return $result;