woocommerce_email_editor_send_preview_email_after_wp_mail

woocommerce_email_editor_send_preview_email_after_wp_mail

Appears in:
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: woocommerce.10.6.1

do_action('woocommerce_email_editor_send_preview_email_after_wp_mail') is found 1 times:

  • /packages/email-editor/src/Engine/class-send-preview-email.php line 159
     
    		// Reset content-type to avoid conflicts.
    		remove_filter( 'wp_mail_content_type', array( $this, 'set_mail_content_type' ) );
    
    		do_action( 'woocommerce_email_editor_send_preview_email_after_wp_mail', $to, $subject, $body, $result );
    
    		return $result;
    	}
    
    
    	/**
    

See this hook used in plugins: