Skip to:
Content
Pages
Categories
Search
Top
Bottom

Remove extra user profile fields from bbpress profile page


  • robertherold
    Participant

    @robertherold

    Hi,

    I added some new user fields to the WordPress admin page, but I would like them not to be visible on the bbPress profile page.
    How can this be solved?

Viewing 1 replies (of 1 total)

  • robertherold
    Participant

    @robertherold

    I tried the following code:
    remove_action( 'bbp_user_edit_after', 'extra_user_profile_fields' );
    But failed!

    I tried to put somewhere else:
    add_action( 'bbp_user_edit_after_about', 'extra_user_profile_fields' );
    So it has displayed in two places 🙂

Viewing 1 replies (of 1 total)
  • You must be logged in to reply to this topic.
Skip to toolbar