update_user_meta ( $current_user->ID, 'first_name', $new_first_name ); ` Where “$new_first_name” is the value entered in the form. It's not working on the ...
確定! 回上一頁