Fully support PHP 8.1 / 8.2
planned
Iain Poulson
planned
Iain Poulson
We took the same approach as WordPress core by adding ‘AllowDynamicProperties’ to our classes to bring PHP 8.1 support without breaking third-party plugin developers that could be adding properties to subclasses in their ACF plugins and custom field types.
We'll be slowly upgrading all of ACF's own classes once we're confident we've caught all dynamic properties have been added to the class