not-only-code / qtranslate-slug

Adds support for permalink translations and fix some Qtranslate deficiencies since wordpress 3.0
http://wordpress.org/extend/plugins/qtranslate-slug
46 stars 31 forks source link

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP #147

Open koen84 opened 6 years ago

koen84 commented 6 years ago

I get the following warning when DEBUG true :

Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; QtranslateSlugWidget has a deprecated constructor in /www/ksr_www/public_html/wp-content/plugins/qtranslate-slug/includes/class-qtranslate-slug-widget.php on line 8

aballea commented 6 years ago

I ve got the same. Is it a real problem ? I ll ignore it and see if it works.

mayaliny commented 6 years ago

I've just changed line in my install from function QtranslateSlugWidget() { to: function __construct() {

which is compatible with php7+ seems to me that there are no issues..