I get the below errors in my Query Monitor. Also there was an error that i fixed it myself but I need you to fix it in your package:
wp-content/plugins/woocommerce-pdf-ips-templates/woocommerce-pdf-ips-templates.php line 57 – there is a private attribute that needs to be made public because it is used somehwere else. and my plugin was not working becasue of this. thanks!
DeprecatedReturn type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::setTimezone($timezone) should either be compatible with DateTime::setTimezone(DateTimeZone $timezone): DateTime, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice+
- wp-content/plugins/woocommerce-pdf-ips-templates/includes/compatibility/class-wc-date-compatibility.php:115
1Plugin: woocommerce-pdf-ips-templatesDeprecatedReturn type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getOffset() should either be compatible with DateTime::getOffset(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice+
- wp-content/plugins/woocommerce-pdf-ips-templates/includes/compatibility/class-wc-date-compatibility.php:93
1Plugin: woocommerce-pdf-ips-templatesDeprecatedReturn type of WPO\WC\PDF_Invoices\Compatibility\WC_DateTime::getTimestamp() should either be compatible with DateTime::getTimestamp(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice+
- wp-content/plugins/woocommerce-pdf-ips-templates/includes/compatibility/class-wc-date-compatibility.php:135
1Plugin: woocommerce-pdf-ips-templates
