fix: deprecation warning dynamic 'term' property (#58)

Resolves:

PHP Deprecated:  Creation of dynamic property Genesis_Simple_Sidebars::$term is deprecated in /Users/user.name/Local Sites/php82/app/public/wp-content/plugins/genesis-simple-sidebars/includes/class-genesis-simple-sidebars.php on line 162
This commit is contained in:
Nick Cernis
2024-03-06 09:27:59 +01:00
committed by GitHub
parent 0552098a50
commit c735f066ae
@@ -59,6 +59,14 @@ class Genesis_Simple_Sidebars {
*/
public $entry;
/**
* Term.
*
* @var Genesis_Simple_Sidebars_Term
*/
public $term;
/**
* Constructor.
*