• simplebookingcalendar

    (@simplebookingcalendar)


    If your are experiencing the following problem in WordPress 4.3:

    NOTICE: The called constructor method for WP_Widget is DEPRECATED since
    version 4.3.0! Use__construct()

    You can fix this easily.

    1. Open the file: plugins/wp-booking-system/include/pluginWidget.php
    2. On line 4, change WP_Widget to __construct

    So, line 4 will look like:

    parent::__construct(false, $name = 'WP Booking System', array(

    And that’s it!

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP_Widget is DEPRECATED (WordPress 4.3)’ is closed to new replies.