Deprecated Functions

Not sure if this is actually an issue but working on some performance updates to the WP backend of a client site since updating to php 8.2 and noticed that this was being served as a deprecated function.

|Deprecated|Creation of dynamic property X_Validation_Updates::$api_key is deprecated|+

1. Creation of dynamic property X_Validation_Updates::$api_key is deprecated:
wp-content/themes/pro/framework/legacy/functions/admin/class-validation-updates.php:99

2. Creation of dynamic property X_Validation_Updates::$response is deprecated
wp-content/themes/pro/framework/legacy/functions/admin/class-validation-updates.php:108

There’s a very large number of deprecation’s in PHP 8.2. I’m hoping to have most of them removed by Pro 6.5 or 6.6. I would probably just turn deprecation notices off for now if you’re running PHP 8.2.

That fatal error in your secure note is something we’ll get handled soon.

1 Like