[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
Core component classes.
File Size: | 228 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_PHPMailer:: (2 methods):
bp_email()
get_hostname()
Class: BP_PHPMailer - X-Ref
Email delivery implementation using PHPMailer.bp_email( BP_Email $email ) X-Ref |
Send email(s). return: bool|WP_Error Returns true if email send, else a descriptive WP_Error. param: BP_Email $email Email to send. since: 2.5.0 |
get_hostname() X-Ref |
Get an appropriate hostname for the email. Varies depending on site configuration. return: string since: 2.5.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |