@since: BuddyPress 2.5.0
Description
bp_customize_register

Fires once the Customizer has loaded, allow scripts and styles to be initialized.

Source: bp-core/bp-core-dependency.php:301

bp_register_post_types()

Fire the ‘bp_register_post_types’ action, where plugins should register post types.

Source: bp-core/bp-core-dependency.php:117

bp_register_post_types

Fires inside the ‘bp_register_post_types’ function, where plugins should register post types.

Source: bp-core/bp-core-dependency.php:124

bp_update_to_2_5()

2.5.0 update routine.

Source: bp-core/bp-core-update.php:557

bp_core_deprecated_email_actions()

Add support for pre-2.5 email actions.

Source: bp-core/deprecated/buddypress/2.5.php:673

bp_core_deprecated_email_filters()

Add support for pre-2.5 email filters.

Source: bp-core/deprecated/buddypress/2.5.php:45

bp_email_get_salutation()

Gets the Recipient Salutation.

Source: bp-core/bp-core-template.php:4110

bp_email_get_salutation

Filters The Recipient Salutation inside the Email Template.

Source: bp-core/bp-core-template.php:4122

bp_email_the_salutation()

Prints the Recipient Salutation.

Source: bp-core/bp-core-template.php:4098

BP_Email_Recipient

Represents a recipient that an email will be sent to.

Source: bp-core/classes/class-bp-email-recipient.php:16