@since: BuddyPress 2.5.0 |
Description |
---|---|
bp_email_recipient_get_name |
Filters the recipient’s name before it’s returned. |
BP_Email_Recipient::get_user() |
Get WP_User object for this recipient. |
bp_email_recipient_get_user |
Filters the WP_User object for this recipient before it’s returned. |
BP_Email_Recipient |
Represents a recipient that an email will be sent to. |
BP_Email_Recipient::__construct() |
Constructor. |
bp_email_recipient |
Fires inside __construct() method for BP_Email_Recipient class. |
BP_Email_Recipient::get_address() |
Get recipient’s address. |
bp_email_recipient_get_address |
Filters the recipient’s address before it’s returned. |
BP_Walker_Category_Checklist |
Walker class to output an unordered list of category checkbox input elements. |
BP_Walker_Category_Checklist::start_lvl() |
Starts the list before the elements are added. |