Help - website not functioning due to error listed.
add_filter('appthemes_extended_profile_fields', 'sm_add_profile_fields'); function sm_add_profile_fields($fields){ $fields['phone_number'] = array( 'title'=> __('Phone Number:','appthemes'), 'type' => 'text', 'description' => __('Enter your phone number to allow others to easily contact you by phone.','appthemes') ); return $fields; }
I am receiving this error on my site
www.localchores.com
It was entered into the function.php after following a thread of adding phone numbers to a form.