Deprecated code with PHP 8.3.3
-
Hi,
Deprecated code and debug notice :
Deprecated: Creation of dynamic property forge12\contactform7\CF7Captcha\TimerValidator::$createtime is deprecated in /mypath/mysite.com/wp-content/plugins/captcha-for-contact-form-7/core/TimerValidator.class.php on line 53
/** * @return string */ public function getCreatetime() { if (empty($this->createtime)) { $dt = new \DateTime(); $this->createtime = $dt->format('Y-m-d H:i:s'); } return $this->createtime; }
Regards.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.