| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Types Admin functions.
| File Size: | 301 lines (7 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| bp_core_admin_get_type_default_meta_values( $type_taxonomy ) X-Ref |
| Get default values for the taxonomy registered metadata. param: string $type_taxonomy The type's taxonomy name. since: 7.0.0 return: array Default values for the taxonomy registered metadata. |
| bp_core_admin_insert_type( $args = array() X-Ref |
| Insert a new type into the database. param: array $args { since: 7.0.0 return: integer|WP_Error The Type's term ID on success. A WP_Error object otherwise. |
| bp_core_admin_update_type( $args = array() X-Ref |
| Update a type into the database. param: array $args { since: 7.0.0 return: boolean|WP_Error True on success. A WP_Error object otherwise. |
| bp_core_admin_delete_type( $args = array() X-Ref |
| Delete a type from the database. param: array $args { since: 7.0.0 return: boolean|WP_Error True on success. A WP_Error object otherwise. |
| Generated: Mon Mar 9 01:00:13 2026 | Cross-referenced by PHPXref 0.7.1 |