From b0a9eaa7aacff4e6b3bf4cbe56cba4c4ed3a0c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ali=20=C3=87=C3=B6mez=20=7C=20Slaweally?= Date: Sun, 23 Mar 2025 04:51:14 +0300 Subject: [PATCH] Update Field.php Bug Fix: Deprecated: Creation of dynamic property Kirki\Field\Repeater::$compiler is deprecated in .../Field.php on line 305 --- .../kirki/kirki-packages/compatibility/src/Field.php | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/functions/kirki/kirki-packages/compatibility/src/Field.php b/functions/kirki/kirki-packages/compatibility/src/Field.php index d18ee44..eccd82f 100644 --- a/functions/kirki/kirki-packages/compatibility/src/Field.php +++ b/functions/kirki/kirki-packages/compatibility/src/Field.php @@ -171,6 +171,15 @@ class Field { */ protected $output = array(); + /** + * Compiler variable to hold compiled CSS or related output. + * + * @access protected + * @var mixed + */ + protected $compiler; + + /** * Use to automatically generate postMessage scripts. * Not necessary to use if you use 'transport' => 'auto'