ThemeFuse / Unyson

A WordPress framework that facilitates the development of WP themes
http://unyson.io
923 stars 219 forks source link

Deprecated: Creation of dynamic property is deprecated in php8+ #4324

Open mwtemplates opened 10 months ago

mwtemplates commented 10 months ago

There are deprecation level errors here on PHP 8.2+:

Deprecated: Creation of dynamic property FW_Option_Type_Icon_v2::$favorites is deprecated in unyson/framework/includes/option-types/icon-v2/class-fw-option-type-icon-v2.php on line 29

Deprecated: Creation of dynamic property Breadcrumbs_Builder::$settings is deprecated in unyson/framework/extensions/breadcrumbs/includes/class-breadcrumbs-builder.php on line 8

Can be fixed by adding #[\AllowDynamicProperties] attribute above a class declaration.