Making Classes PHP 7 Compatible

If your host runs PHP 7 you might end up with one of these errors

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

Here is the fix.

  • Find the class that triggered the error.
  • Search within the class for a function which has the same name as the class. This is the constructor function.
  • Change the name of this function to __construct()

In WordPress you might see this notice

Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()

  • Find the class that is triggering this notice.
  • Replace $this->WP_Widget with __construct()
Hello, I am Arun Basil Lal. Thank you for reading!

I am a WordPress product developer and creator of Image Attributes Pro. I am passionate about solving problems and travelling the world.

Divi WordPress Theme - My Review

Divi WordPress Theme
Divi is a WordPress theme that web designers do not want you to know. It comes with a drag-and-drop theme builder. You can build beautiful looking unique websites without touching a line of code. Just choose from one of the many pre-made layouts, or pick elements and arrange them any way you like.

Divi is every WordPress developer's wet dream. Surprise your clients with neat responsive websites and have fun building them.

Divi comes from Elegant Themes. If you enjoy building websites, you *need* an Elegant Themes membership. 87 beautiful themes and 5 plugins for the cost of less than a candy-bar each!


Note: I am an avid user of Divi myself and this is a honest review. I wouldn't recommend something that I do not personally find amazing.

Leave a Reply

Your email address will not be published. Required fields are marked *

*