LLMS_Admin_User_Custom_Fields::get_fields()
Method: Retrieve an associative array of custom fields and custom field data
Source: includes/admin/class.llms.admin.user.custom.fields.php:86
Method: Retrieve an associative array of custom fields and custom field data
Source: includes/admin/class.llms.admin.user.custom.fields.php:86
Method: Load usermeta data into the array of fields retrieved from $this->get_fields meta data is added to the array under the key “value” for each field if no data is found for a particular field the value is still added as an empty string
Source: includes/admin/class.llms.admin.user.custom.fields.php:163
Method: Output custom field data fields as HTML inputs
Source: includes/admin/class.llms.admin.user.custom.fields.php:188
Method: Add instructor parent fields for use when creating instructor’s assistants
Source: includes/admin/class.llms.admin.user.custom.fields.php:210
Method: Output JS to handle user interaction with the instructor’s parent field Display custom field ONLY when creating/editing an instructor’s assistant
Source: includes/admin/class.llms.admin.user.custom.fields.php:263
Method: Save custom field data for a user
Source: includes/admin/class.llms.admin.user.custom.fields.php:287
Method: Validate custom fields By default only checks for valid as core fields don’t have any special validation If adding custom fields, hook into the action run after required validation to add special validation rules for your field
Source: includes/admin/class.llms.admin.user.custom.fields.php:324
Filter Hook: Run custom validation against the field If filter function returns a truthy, validation will stop, fields will not be saved, and an error message will be displayed on screen This should return false or a string which will be used as the error message
Source: includes/admin/class.llms.admin.user.custom.fields.php:344
Class: Add Custom User Fields to user admin panel screens Applies to edit-user.php, user-new.php, & profile.php
Source: includes/admin/class.llms.admin.user.custom.fields.php:10
Method: Constructor
Source: includes/admin/class.llms.admin.user.custom.fields.php:19