PHP 7 compatibility problem
-
Heya,
The following file contains a PHP constructor notice:
/woo-product-gallery-slider/vafpress-framework/includes/wpalchemy/MetaBox.phpExact notice
Methods with the same name as their class will not be constructors in a future version of PHP.Can be fixed by replacing line #453 from function WPAlchemy_MetaBox($arr) to function __construct($arr)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP 7 compatibility problem’ is closed to new replies.