@since: BuddyPress 2.5.0 |
Description |
---|---|
bp_customize_register |
Fires once the Customizer has loaded, allow scripts and styles to be initialized. |
bp_register_post_types() |
Fire the ‘bp_register_post_types’ action, where plugins should register post types. |
bp_register_post_types |
Fires inside the ‘bp_register_post_types’ function, where plugins should register post types. |
bp_update_to_2_5() |
2.5.0 update routine. |
bp_core_deprecated_email_actions() |
Add support for pre-2.5 email actions. |
bp_core_deprecated_email_filters() |
Add support for pre-2.5 email filters. |
bp_email_get_salutation() |
Gets the Recipient Salutation. |
bp_email_get_salutation |
Filters The Recipient Salutation inside the Email Template. |
bp_email_the_salutation() |
Prints the Recipient Salutation. |
BP_Email_Recipient |
Represents a recipient that an email will be sent to. |