Skip to:
Content
Pages
Categories
Search
Top
Bottom

Buddypress creating duplicate tags taxonomy

  • @sidianmsjones

    Participant

    I’m using Views by Toolset, which reveals all existing taxonomies in WP. I’ve noticed when BP is active, there is an additional Tags taxonomy.
    I’ve tried disabling all plugins and switching to another theme.

Viewing 6 replies - 1 through 6 (of 6 total)
  • @sidianmsjones

    Participant

    Anyone know why BP creates these duplicate taxonomies?

    @shanebp

    Moderator

    Are you sure it’s BuddyPress and not bbPress?

    @sidianmsjones

    Participant

    I’ll try turning that one on and off to see what happens. But I know it happens when I turn on and off BP.

    @sidianmsjones

    Participant

    Went back and realized on this particular site I don’t have BBPress installed, so no, it isn’t that. BP seems to create it.

    Is there no documentation of BP creating it’s own taxonomy and also not listing it in the admin panels?

    @shanebp

    Moderator

    BP does create a member_type taxonomy in bp-core/bp-core-taxonomy.php:

    register_taxonomy( 'bp_member_type', 'user', array(
       'public' => false,
    );

    Maybe that’s what you’re seeing.

    @sidianmsjones

    Participant

    Would that register as a tag though?

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Buddypress creating duplicate tags taxonomy’ is closed to new replies.
Skip to toolbar