• Support for PHP 4 style constructors is being removed in the upcoming PHP 7 release. It looks like this plugin still uses them in this file: recent-with-excerpts-widgets.php:271

    As of WordPress 4.3 this triggers a deprecation notice. It’s fairly straightforward to fix. Just rename your constructor function __construct() and reference the main WP_Widget constructor with parent::__construct().

    https://www.ads-software.com/plugins/recent-posts-with-excerpts/

  • The topic ‘Deprecation Notice’ is closed to new replies.