[PHP 8.2 Warning] Creation of dynamic property is deprecated
-
I just upgraded my WordPress site (version 6.1.1) to PHP 8.2 and I’m seeing deprecation warnings for a dynamic properties. I’m on version?
Version 6.0.6
?of this plugin.Deprecated: Creation of dynamic property ACF::$fields is deprecated in /wp-content/plugins/advanced-custom-fields/includes/fields.php on line 138 Deprecated: Creation of dynamic property acf_loop::$loops is deprecated in /wp-content/plugins/advanced-custom-fields/includes/loop.php on line 28 Deprecated: Creation of dynamic property ACF::$loop is deprecated in /wp-content/plugins/advanced-custom-fields/includes/loop.php on line 269 Deprecated: Creation of dynamic property ACF::$revisions is deprecated in /wp-content/plugins/advanced-custom-fields/includes/revisions.php on line 387 Deprecated: Creation of dynamic property acf_validation::$errors is deprecated in /wp-content/plugins/advanced-custom-fields/includes/validation.php on line 28 Deprecated: Creation of dynamic property ACF::$validation is deprecated in /wp-content/plugins/advanced-custom-fields/includes/validation.php on line 215 Deprecated: Creation of dynamic property acf_form_customizer::$preview_values is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-customizer.php on line 28 Deprecated: Creation of dynamic property acf_form_customizer::$preview_fields is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-customizer.php on line 29 Deprecated: Creation of dynamic property acf_form_customizer::$preview_errors is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-customizer.php on line 30 Deprecated: Creation of dynamic property ACF::$form_front is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-front.php on line 600 Deprecated: Creation of dynamic property acf_form_widget::$preview_values is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-widget.php on line 34 Deprecated: Creation of dynamic property acf_form_widget::$preview_reference is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-widget.php on line 35 Deprecated: Creation of dynamic property acf_form_widget::$preview_errors is deprecated in /wp-content/plugins/advanced-custom-fields/includes/forms/form-widget.php on line 36 Deprecated: Creation of dynamic property ACF::$admin_tools is deprecated in /wp-content/plugins/advanced-custom-fields/includes/admin/admin-tools.php on line 282 Deprecated: Creation of dynamic property acf_field_oembed::$width is deprecated in /wp-content/plugins/advanced-custom-fields/includes/fields/class-acf-field-oembed.php on line 31 Deprecated: Creation of dynamic property acf_field_oembed::$height is deprecated in /wp-content/plugins/advanced-custom-fields/includes/fields/class-acf-field-oembed.php on line 32 Deprecated: Creation of dynamic property acf_field_google_map::$default_values is deprecated in /wp-content/plugins/advanced-custom-fields/includes/fields/class-acf-field-google-map.php on line 33 Deprecated: Creation of dynamic property acf_field__group::$have_rows is deprecated in /wp-content/plugins/advanced-custom-fields/includes/fields/class-acf-field-group.php on line 31
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘[PHP 8.2 Warning] Creation of dynamic property is deprecated’ is closed to new replies.