deprecated constructor notices
-
Using: Hueman version 1.5.4
This (overall very satisfying) theme appears to be triggering deprecated constructor notices when used with PHP 5.3.3 and WordPress 4.3. I think the triggering code is in:
alx-posts.phpalx-video.phpalx-tabs.php
All in directory
hueman/functions/widgets/As of WordPress 4.3, class constructor methods are expected to be named
__construct()instead of using the name of the class itself, to follow PHP’s own deprecation of this older coding style.References:
The topic ‘deprecated constructor notices’ is closed to new replies.
