You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: