$user->ID, 'first_name' => $user->first_name, 'last_name' => $user->last_name, 'email' => $user->user_email ); $user_meta = apply_filters('ulisting_user_meta_data', ['user' => $user, 'data' => []]); $edit_data = apply_filters('ulisting_profile_edit_data', ['user' => $user, 'data' => []]); $data = array_merge($data, $edit_data['data']); $data['user_meta'] = $user_meta['data']; wp_enqueue_script('stm-profile-edit', ULISTING_URL . '/assets/js/frontend/stm-profile-edit.js', array('vue'), ULISTING_VERSION, true); wp_add_inline_script('stm-profile-edit', "var stm_user_data = json_parse('".ulisting_convert_content(json_encode($data))."');", 'before'); ?> $user], true );?>
{{errors['avatar']}}
"/> {{errors['first_name']}}
"/> {{errors['last_name']}}
"/> {{errors['email']}}
$user])?>

get_social() as $k => $v):?>

Loading...
{{message}}

" class="form-control">
{{password_errors['old_password']}}
" class="form-control">
{{password_errors['new_password']}}
" class="form-control">
{{password_errors['new_password_confirmation']}}

{{password_message}}