Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
03/14/2024 03:53:05 AM (7 months ago)
Author:
imath
Message:

Add an Help Tab to the Member Types WP Admin screen

Fixes #9122
Closes https://github.com/buddypress/buddypress/pull/254

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-core/classes/class-bp-admin-types.php

    r12858 r13771  
    136136        add_filter( "{$this->taxonomy}_row_actions", array( $this, 'row_actions' ), 10, 2 );
    137137        add_filter( "bulk_actions-{$this->screen_id}", '__return_empty_array', 10, 1 );
     138
     139        /**
     140         * Fires when a Types Admin Screen is loading.
     141         *
     142         * @since 14.0.0
     143         */
     144        do_action( 'bp_admin_load_' . $this->taxonomy );
    138145    }
    139146
Note: See TracChangeset for help on using the changeset viewer.