php8.2 compatibility
-
Hello,
I have a deprecated warning when i use the hooc “af/form/submission/”
php8.2 – af_forms v1.9.3.6PHP Deprecated: Creation of dynamic property AF_Core_Forms_Submissions::$upload_errors is deprecated in …wp-content/pluguins/advanced-forms/core/forms/forms-submisssions.php on line 454
Seems you need to declare at the start of class “private $upload_errors”.
class AF_Core_Forms_Submissions {
private $upload_errors;
…Thancs a lot
The topic ‘php8.2 compatibility’ is closed to new replies.