• 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.php
    • alx-video.php
    • alx-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:

    Deprecating PHP4 style constructors in WordPress 4.3

    PHP Constructors and Destructors

The topic ‘deprecated constructor notices’ is closed to new replies.