woocommerce_email_reply_to_address

woocommerce_email_reply_to_address

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.10.4.3

apply_filters('woocommerce_email_reply_to_address') is found 1 times:

  • /includes/emails/class-wc-email.php line 1087
    		 * @param string   $reply_to_email Reply-to email address.
    		 * @param WC_Email $email          WC_Email instance managing the email.
    		 * @param string   $default_email  Default reply-to email address.
    		 */
    		$reply_to_email = apply_filters( 'woocommerce_email_reply_to_address', get_option( 'woocommerce_email_reply_to_address', '' ), $this, $reply_to_email );
    		return sanitize_email( $reply_to_email );
    	}
    
    	/**
    	 * Set the object for the outgoing email.
    	 *