Deprecated constructors
-
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; DC_Widget_Vendor_Info has a deprecated constructor in dc-woocommerce-multi-vendor\classes\widgets\class-wcmp-widget-vendor-info.php on line 14
function DC_Widget_Vendor_Info() {
replace with
public function __construct() {
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Deprecated constructors’ is closed to new replies.