Jussi Hattara
Forum Replies Created
-
Forum: Plugins
In reply to: [HTTP Headers] Why Use PHP to send headers is marked deprecated?If the option is not actually deprecated (marked as removed in the future), it should be marked as not recommended with an explanation why it is not recommended. Caching plugins might not be fully compatible with the feature, but in most of the sites I have worked with php headers method has been good enough. I see little reason to install a plugin for modifying headers, if we’re still required to add those said headers into configuration files on the server.
Got a litany of similar errors when testing if a site could be upgraded to PHP 8.1.
Didn’t notice the replies. Anyways. I think the problem is in the method
generate_outlook_add_url_parameters()within the filethe-events-calendar/src/Tribe/Views/V2/iCalendar/Traits/Outlook_Methods.phpthat usestrip_tags()function to remove any HTML tags, including<a href="">links, from the export links into Outlook 365.Forum: Plugins
In reply to: [Advanced Order Export For WooCommerce] PHPExcel is deprecatedWould it be possible to in interim use both of the libraries, defaulting to PHPSpreadSheet but falling back to PHPExcel if PHP version is less than 8.1?