This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php // do not copy this line | |
/** | |
* This function/filter will add ics files from bookings created with WooCommerce Bookings to | |
* the Processing and Completed emails sent from WooCommerce itself. | |
* @param arr $attachments Current array of attachments being filtered. | |
* @param str $email_id The id of the email being sent. | |
* @param obj $order The order for which the email is being sent. | |
* @return arr The filtered list of attachments. | |
*/ |