bp_phpmailer_init, $phpmailer

bp_phpmailer_init, $phpmailer

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: buddypress.14.5.2

do_action('bp_phpmailer_init, $phpmailer') is found 1 times:

  • /bp-core/classes/class-bp-phpmailer.php line 134
    		 * @since 2.5.0
    		 *
    		 * @param PHPMailer $phpmailer The PHPMailer instance.
    		 */
    		do_action( 'bp_phpmailer_init', $phpmailer );
    
    		/** This filter is documented in wp-includes/pluggable.php */
    		do_action_ref_array( 'phpmailer_init', array( &$phpmailer ) );
    
    		try {
    			return $phpmailer->Send();