You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: Creation of dynamic property Kirki\Compatibility\Field::$compiler is deprecated in /Users/workspace/Servers/Themeforest/newsblock/wp-content/plugins/kirki/kirki-packages/compatibility/src/Field.php on line 307
namespace Kirki\Compatibility;
use Kirki\Compatibility\Kirki;
/**
* Please do not use this class directly.
* You should instead extend it per-field-type.
*/
class Field {
/**
* An array of the field arguments.
*
* @access protected
* @var array
*/
public $label;
public $row_label;
public $button_label;
public $description;
public $help;
public $compiler; // <----------
The text was updated successfully, but these errors were encountered:
Issue description:
Using PHP 8.2 Kirki causes a couple of deprecation notices related to dynamic properties.
Version used:
5.0.0
Using
theme_mods
oroptions
?theme_mods
PHP error messages that might be related
Code to reproduce the issue (config + field(s))
Solution:
The text was updated successfully, but these errors were encountered: