PHP 7.2 Methods with the same name as their class will not be constructors
-
( ! ) Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; Flippingbook has a deprecated constructor in /wp-content/plugins/super-simple-google-analytics/superSimpleGoogleAnalytics.php on line 24
I have fix it by replacing:
function superSimpleGoogleAnalytics() {
with:
function __construct() {
Kind regards
The page I need help with: [log in to see the link]
- The topic ‘PHP 7.2 Methods with the same name as their class will not be constructors’ is closed to new replies.