cameronterry / dark-matter

A highly opinionated domain mapping plugin for WordPress Networks
Other
12 stars 2 forks source link

PHP 8.1 Compatibility #105

Closed cameronterry closed 1 year ago

cameronterry commented 1 year ago

Small tweaks to ensure Dark Matter is compatible with PHP 8.1. This is prevent errors and warnings in PHP and ensure the functionality still works.

WordPress Core by and large supports PHP 8.0 and 8.1, https://make.wordpress.org/core/2022/01/10/wordpress-5-9-and-php-8-0-8-1/, so this brings Dark Matter in line with Core.

These changes mean that Dark Matter is compatible with PHP versions 7.0-8.1.