• Under PHP 7.3.12, the constructors of the JQueryColorboxBackend, JQueryColorboxFrontend, and JQueryColorboxDonationLoader classes are deprecated. We should simply replace in folder includes :
    function JQueryColorboxBackend ($colorboxSettings, $colorboxThemes, $colorboxUnits, $colorboxTransitions, $colorboxDefaultSettings) by public function __construct ($colorboxSettings, $colorboxThemes, $colorboxUnits, $colorboxTransitions, $colorboxDefaultSettings);
    function JQueryColorboxFrontend ($colorboxSettings) by public function __construct ($colorboxSettings);
    function JQueryColorboxDonationLoader () by public function __construct ()

  • The topic ‘jquery-colorbox deprecated constructors’ is closed to new replies.