WP 4.3, PHP7 compatibility
-
Hello,
I’ve noticed this theme is using old-style (PHP4) class constructors. PHP 5.2 and up (which is supported by WP) support the new-style.
These constructors will output a deprecation notice through WordPress’ WP_Widget class since WP4.3.
It will also output a deprecation notice on PHP7.To fix this, please try to see if you can change the constructors to
__construct().Thank you very much!
Edit:
I also noticed the “Static Homepage” settings have been removed through the Customizer, while it’s supported by the theme.. why is this? :O I now have to switch themes before I can change that feature :(.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘WP 4.3, PHP7 compatibility’ is closed to new replies.
