PHP Notices
-
Everywhere are these notices:
Notice: Undefined property: authorlistpage_Plugin::$wp27 in /var/www/clients/client1/web91/web/wp-content/plugins/all-author-page/allauthorpage.php on line 34 Notice: register_uninstall_hook was called incorrectly. Only a static class method or function can be used in an uninstall hook. Please see Debugging in WordPress for more information. (This message was added in version 3.1.) in /var/www/clients/client1/web91/web/wp-includes/functions.php on line 2962
At least do this:
register_uninstall_hook(__FILE__, array(__CLASS__, 'uninstall'));
public static function uninstall()
delete_option($this->_name.'_show_email');
You should update the plugin.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘PHP Notices’ is closed to new replies.