File: bp-core/classes/class-bp-core.php |
Description |
---|---|
bp_core_integrations_included |
Fires after the loading of individual integrations. |
BP_Core::includes() |
Include bp-core files. |
BP_Core::setup_globals() |
Set up bp-core global settings. |
bp_user_gravatar_default |
Filters the default user Gravatar. |
bp_group_gravatar_default |
Filters the default group Gravatar. |
bp_blog_gravatar_default |
Filters the default blog Gravatar. |
bp_core_setup_globals |
Fires at the end of the setup of bp-core globals setting. |
BP_Core::setup_cache_groups() |
Setup cache groups |
BP_Core::register_post_types() |
Set up post types. |
bp_register_email_post_type |
Used to determine if user has admin rights on current content. If the logged in user is viewing their own profile and wants to delete something, is_item_admin is used. This is a generic variable so it can be used by other components. It can also be modified, so when viewing a group ‘is_item_admin’ would be ‘true’ if they are a group admin, and ‘false’ if they are not. |