elgg_get_config('profile_fields') and elgg_get_config('custom_profile_fields') - Edit Profile Fields

The following action to add custom profile fields is using elgg_get_config('custom_profile_fields') and elgg_save_config('profile_custom_fields', $fieldlist) - http://reference.elgg.org/actions_2profile_2fields_2add_8php_source.html

How is the following view retrieving the values added in the previous action if the config "profile_fields" was never used there?http://reference.elgg.org/views_2default_2forms_2profile_2edit_8php_source.html#l00018

 

Beginning Developers

Beginning Developers

This space is for newcomers, who wish to build a new plugin or to customize an existing one to their liking