Changeset 13771 for trunk/src/bp-core/classes/class-bp-admin-types.php
- Timestamp:
- 03/14/2024 03:53:05 AM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/classes/class-bp-admin-types.php
r12858 r13771 136 136 add_filter( "{$this->taxonomy}_row_actions", array( $this, 'row_actions' ), 10, 2 ); 137 137 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 ); 138 145 } 139 146
Note: See TracChangeset
for help on using the changeset viewer.