JustThomas
Results
1
issues of
JustThomas
Hi, you have those lines in the function `user_profile_field_save`: ``` if ( !isset( $_POST['ja_disable_user'] ) ) { $disabled = 0; } else { $disabled = $_POST['ja_disable_user']; } update_user_meta( $user_id, 'ja_disable_user',...
enhancement