Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show additional Profile Fields / add a Field to show additional Info #555

Open
gooloonetwork opened this issue May 17, 2022 · 0 comments
Open

Comments

@gooloonetwork
Copy link

Hey. :) My first Contribution on GitHub, so please don't scream at me. :D

I use a Function like
function custom_user_profile_fields($user){ if(is_object($user)) $skintype = esc_attr( get_the_author_meta( 'skintype', $user->ID ) );

to add some additional Info, like Skin- and Hairtype (Beautyblog). It would be awesome if there was a field where you could add PHP or Shortcodes to show such Information beneath a User's shown Name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant