WP-Plugins/glm-member-db-fields.git
8 years agoSetup the textarea custom fields as wp editor
Steve Sutton [Wed, 29 Mar 2017 12:16:12 +0000 (08:16 -0400)]
Setup the textarea custom fields as wp editor

use wp_editor function like the one used for the description for the
members.

8 years agoUpdate filters for when no custom field plugin is there
Steve Sutton [Tue, 28 Mar 2017 19:49:15 +0000 (15:49 -0400)]
Update filters for when no custom field plugin is there

Redoing the filters so if there's no field plugin then they don't output
anything.

8 years agoUpdate custom fields for saving custom field data
Steve Sutton [Tue, 28 Mar 2017 17:53:43 +0000 (13:53 -0400)]
Update custom fields for saving custom field data

Custom field plugin now will create custom fields with three types:
text, textarea, and checkbox.
All field data stores into text fields.

8 years agofirst sources
Steve Sutton [Wed, 22 Mar 2017 15:15:37 +0000 (11:15 -0400)]
first sources