Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/21/2020 01:29:06 AM (6 years ago)
Author:
imath
Message:

BP Types: make it possible to manage BP Types from the WP Admin

  • Introduces functions to handle BP Types insertion, modification and deletion.
  • Introduces a new JavaScript file to customize the default WP Terms Administration screens.
  • Introduces the BP_Admin_Types class to make it possible to manage any BP Types.
  • Adds the Member type's Administration screens.

Props mercime, DJPaul, dcavins, boonebgorges, tw2113, sbrajesh

See #7179
Fixes #7181

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/class-buddypress.php

    r12698 r12730  
    593593            'BP_REST_Components_Endpoint'  => 'core',
    594594            'BP_REST_Attachments'          => 'core',
     595            'BP_Admin_Types'               => 'core',
    595596
    596597            'BP_Core_Friends_Widget'   => 'friends',
Note: See TracChangeset for help on using the changeset viewer.