Displaying Some custom fields
-
I would like users to only be able to edit SOME of the custom fields in their profile in wordpress. The others I would like for only admin users to be able to edit.
In types, usermeta-post.php is responsible for displaying the user meta information when a user is editing their profile. See this function:
wpcf_usermeta_preview_profileAt the top of the file, it says to hook into it, but I can’t find hooks. Are there hooks available here that would allow me to filter the array of fields that are displayed?
(If there’s another plugin that does this easily, I’m open to trying that also).
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Displaying Some custom fields’ is closed to new replies.