| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
WordPress PHPMailer class.
| File Size: | 97 lines (4 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_PHPMailer:: (2 methods):
__construct()
setLanguage()
Class: WP_PHPMailer - X-Ref
WordPress PHPMailer class.| __construct( $exceptions = false ) X-Ref |
| Constructor. param: bool $exceptions Optional. Whether to throw exceptions for errors. Default false. |
| setLanguage( $langcode = 'en', $lang_path = '' ) X-Ref |
| Defines the error messages using WordPress' internationalization method. return: true Always returns true. param: string $langcode Optional. Unused. ISO 639-1 2-character language code. Default 'en'. param: string $lang_path Optional. Unused. Path to the language file directory. Default empty string. |
| Generated : Tue May 26 08:20:05 2026 | Cross-referenced by PHPXref |