File: bp-core/bp-core-functions.php |
Description |
---|---|
bp_is_large_install() |
Checks whether the current installation is “large”. |
bp_is_large_install |
Filters whether the current installation is “large”. |
bp_get_widget_max_count_limit() |
Returns the upper limit on the “max” item count, for widgets that support it. |
bp_get_widget_max_count_limit |
Filters the upper limit on the “max” item count, for widgets that support it. |
bp_email_get_unsubscribe_type_schema() |
Get a list of emails for use in our unsubscribe functions. |
bp_email_get_unsubscribe_type_schema |
Filters the return of `bp_email_get_type_schema( ‘all’ )` for use with our unsubscribe functionality. |
bp_get_allowedtags() |
Get BuddyPress content allowed tags. |
bp_email_get_schema() |
Get a list of emails for populating the email post type. |
bp_email_get_type_schema() |
Get a list of emails for populating email type taxonomy terms. |
bp_email_unsubscribe_handler() |
Handles unsubscribing user from notification emails. |