Hooks |
Description |
---|---|
bp_email_customizer_register_sections |
Fires to let plugins register extra Customizer controls for emails. |
bp_email_force_use_templates |
Filter to forcefully use template |
bp_email_get_{$property_name} |
Filters the value of the specified email property before transformation. |
bp_email_get_customizer_controls |
Filter Customizer controls for emails. |
bp_email_get_customizer_sections |
Filter Customizer sections for emails. |
bp_email_get_customizer_settings |
Filter Customizer settings for emails. |
bp_email_get_link |
Filters the unsubscribe link. |
bp_email_get_property |
Filters the value of the specified email $property after transformation. |
bp_email_get_salutation |
Filters The Recipient Salutation inside the Email Template. |
bp_email_get_schema |
Filters registered email schema. |
bp_email_get_template |
Filter the possible template paths for the specified email object. |
bp_email_get_type_schema |
Filters Email type schema |
bp_email_get_unsubscribe_type_schema |
Filters the return of `bp_email_get_type_schema( ‘all’ )` for use with our unsubscribe functionality. |
bp_email_post_type |
Filters the post type slug for the email component. |
bp_email_recipient |
Fires inside __construct() method for BP_Email_Recipient class. |
bp_email_recipient_get_address |
Filters the recipient’s address before it’s returned. |
bp_email_recipient_get_avatar |
Filters the recipient’s avatar before it’s returned. |
bp_email_recipient_get_name |
Filters the recipient’s name before it’s returned. |
bp_email_recipient_get_user |
Filters the WP_User object for this recipient before it’s returned. |
bp_email_set_bcc |
Filters the new value of the email’s “BCC” property. |
bp_email_set_cc |
Filters the new value of the email’s “CC” property. |
bp_email_set_content_html |
Filters the new value of the email’s “content” property (HTML). |
bp_email_set_content_plaintext |
Filters the new value of the email’s “content” property (plain text). |
bp_email_set_content_type |
Filters the new value of the email’s “content type” property. |
bp_email_set_from |
Filters the new value of the email’s “from” property. |
bp_email_set_headers |
Filters the new value of the email’s “headers” property. |
bp_email_set_post_object |
Filters the new value of the email’s “post object” property. |
bp_email_set_reply_to |
Filters the new value of the email’s “reply to” property. |
bp_email_set_subject |
Filters the new value of the subject email property. |
bp_email_set_template |
Filters the new value of the template email property. |
bp_email_set_to |
Filters the new value of the email’s “to” property. |
bp_email_set_tokens |
Filters the new value of the email’s “tokens” property. |
bp_email_tax_type |
Filters the taxonomy slug for the email type component. |
bp_email_use_wp_mail |
Filter this to skip BP’s email handling and instead send everything to wp_mail(). |
bp_email_validate |
Filters whether the email passes basic validation checks. |
bp_embed_content |
Inject BuddyPress embed content on this hook. |
bp_embed_get_cache |
Filters the cache value to be used in the oEmbed, if exists. |
bp_embed_oembed_discover |
Filters whether or not oEmbed discovery is on. |
bp_embed_oembed_html |
Filters the found cache for the provided URL. |
bp_embed_update_cache |
Fires if there is no existing cache and triggers cache setting. |
bp_enable_group_auto_join |
Filters whether or not groups auto approve membership. |
bp_enable_group_hide_subgroups |
Filters whether or not group hide subgroups from the main Groups Directory |
bp_enable_group_hierarchies |
Filters whether or not groups are able to have a parent and sub groups. |
bp_enable_group_restrict_invites |
Filters whether group restrict invites to members who already in specific parent group? |
bp_enable_private_network |
Filters whether private network for site is enabled. |
bp_enable_private_network_public_content |
Filters private network’s public content. |
bp_enable_profile_gravatar |
Filters whether or not members are able to use gravatars. |
bp_enable_send_invite_member_type |
Filters whether specified $member_type should be allowed to send invites. |
bp_enable_site_registration |
Filters whether or not the registration enable. |
bp_enqueue_embed_scripts |
Enqueue CSS and JS files for BuddyPress embeds. |