Hide some standard user fields.
-
For feature request and bug reports, please use the Q Support Website.
This I would like to do but it says: User registration is currently not allowed.
In the Advance Options tab you will be able to select if you want to export standard user fields. Yes this works correct.
But I want to hide some fields. In the export-user-data.php I found the solution.
// exportable user data ## $user_fields = array( 'ID' , 'user_login' #, 'user_pass' , 'user_nicename' , 'user_email' , 'user_url' , 'user_registered' #, 'user_activation_key' , 'user_status' , 'display_name' );
By placing the # for the fields to hide. This of course changed back by an update. Is there any other way in order to avoid this?
Thanks!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Hide some standard user fields.’ is closed to new replies.