deprecated warnings on PHP 8.2
-
Creation of dynamic property NF_Database_Models_Action::$timing is deprecated
Creation of dynamic property NF_Database_Models_Action::$priority is deprecated
I believe the following (or similar) need adding to the base
class NF_Abstracts_Model
class?protected $_timing; public $timing; protected $_priority; public $priority;
it seems turning off
E_DEPRECATED
orE_USER_DEPRECATED
on error_reporting doesn’t seem to help surpress these warnings ifWP_DEBUG
istrue
but seems like it would be a quick fix?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘deprecated warnings on PHP 8.2’ is closed to new replies.