[ad_1]
Thank you for a fantastic plugin π
Just a heads-up.
Iβm testing PHP 8.1 on a WP 6.0.1 website, and with WP_debug on I get these deprecation warnings related to Admin Columns
Deprecated: Return type of AC\ArrayIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/codepress-admin-columns/classes/ArrayIterator.php on line 18
Deprecated: Return type of AC\ArrayIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/codepress-admin-columns/classes/ArrayIterator.php on line 22
Deprecated: Return type of AC\ArrayIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/codepress-admin-columns/classes/ArrayIterator.php on line 26
Deprecated: Return type of AC\ArrayIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/codepress-admin-columns/classes/ArrayIterator.php on line 30
Deprecated: Return type of AC\ArrayIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/codepress-admin-columns/classes/ArrayIterator.php on line 34
I hope these will eventually be ironed out. Aiming at updating to PHP 8.1 once WP 6.1 is being released.
Kind regards
Bjarne
