Remove Fields For User
-
WordPress provides certain fields out of the box for user: https://www.dropbox.com/s/wxeowbupxnxq2x7/Screenshot%202016-07-12%2016.05.25.png?dl=0
I would like to do something similar for custom post types here where I can declare:
‘supports’ => [’email’, ‘username’, ‘firstname’, ‘lastname’]
and then only those four fields show up.
Any thoughts?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Remove Fields For User’ is closed to new replies.