Creation of dynamic property YotuWP::$cache_timeout is deprecated
-
Hi there
First of all, I really like the plugin and it works great. I noticed that there are some deprecated notices in the error log.
Creation of dynamic property YotuWP::$cache_timeout is deprecated
– wp-content/plugins/yotuwp-easy-youtube-embed/yotuwp.php:289DeprecatedCreation of dynamic property YotuWP::$views is deprecated
– wp-content/plugins/yotuwp-easy-youtube-embed/yotuwp.php:393This can easily be fixed by adding the two properties to the class.
class YotuWP{
public $cache_timeout;
public $views;
public $data;
....Looking at the lack of responses in the support forum, I wonder if the plugin is still being developed…?
Will there be future updates and fixes?
Best, Daniel
- You must be logged in to reply to this topic.