• Resolved dkance

    (@dkance)


    Hi,

    Is it possible to display user Profiles without showing the label names?
    Just showing the user data.

    Thanks.
    Diego

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi @dkance

    This requires customization. Here’s an example filter hook to hide the First Name label: add_filter("um_view_label_first_name","__return_empty_string");

    Just insert your field meta_key in
    add_filter("um_view_label_<your meta key>","__return_empty_string");

    Regards,

    Thread Starter dkance

    (@dkance)

    Hi @champsupertramp,

    Thank you so much!!
    It worked great!

    Best,
    Diego

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Thanks for letting us know.

    Regards,

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Displaying Profile hiding field labels’ is closed to new replies.