BP_Admin_Types
Load BuddyPress Types admin area.
Description Description
Source Source
File: bp-core/classes/class-bp-admin-types.php
Changelog Changelog
Version | Description |
---|---|
7.O.0 | Introduced. |
Methods Methods
- __construct — The main BuddyPress Types admin loader.
- add_form_fields — Outputs the BP type add form.
- column_contents — Sets the content for the Plural name & Counts columns.
- column_headers — Filters the terms list table column headers to customize them for BuddyPress Types.
- edit_form_fields — Outputs the BP type edit form.
- handle_action — Handle BP Type actions.
- includes — Include Admin functions.
- register_scripts — Registers script.
- register_types_admin — Register BP Types Admin.
- row_actions — Customizes the Types Admin list table row actions.
- screen_head — Override the Admin parent file to highlight the right menu.
- screen_scripts — Enqueues script.
- setup_globals — Set the globals.
- setup_hooks — Set hooks.