Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
09/21/2020 01:29:06 AM (4 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/bp-core/classes/class-bp-admin.php

    r12725 r12730  
    175175        // BuddyPress Hello.
    176176        add_action( 'admin_footer', array( $this, 'about_screen' ) );
     177
     178        // BuddyPress Types administration.
     179        add_action( 'load-edit-tags.php', array( 'BP_Admin_Types', 'register_types_admin' ) );
    177180
    178181        /* Filters ***********************************************************/
Note: See TracChangeset for help on using the changeset viewer.