PHP 7.0 Support & version 4.3.0
-
Hello,
Errors in the last version of wordpress:Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; search_FAQ_Widget has a deprecated constructor in wp-content/plugins/wordpress-faq-manager/faq-widgets.php on line 13
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; random_FAQ_Widget has a deprecated constructor in wp-content/plugins/wordpress-faq-manager/faq-widgets.php on line 67
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; recent_FAQ_Widget has a deprecated constructor in wp-content/plugins/wordpress-faq-manager/faq-widgets.php on line 146
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; topics_FAQ_Widget has a deprecated constructor in wp-content/plugins/wordpress-faq-manager/faq-widgets.php on line 221
Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; cloud_FAQ_Widget has a deprecated constructor in wp-content/plugins/wordpress-faq-manager/faq-widgets.php on line 314
————-
Notice: The called constructor method for WP_Widget in search_FAQ_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in wp-includes/functions.php on line 3894Notice: The called constructor method for WP_Widget in random_FAQ_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in wp-includes/functions.php on line 3894Notice: The called constructor method for WP_Widget in recent_FAQ_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in wp-includes/functions.php on line 3894Notice: The called constructor method for WP_Widget in topics_FAQ_Widget is deprecated since version 4.3.0! Use
__construct()
instead. in wp-includes/functions.php on line 3894Notice: The called constructor method for WP_Widget in cloud_FAQ_Widget is deprecated since version 4.3.0! Use
__construct()
- The topic ‘PHP 7.0 Support & version 4.3.0’ is closed to new replies.