Forums
(@haspaker)
11 years, 3 months ago
Disable WP_DEBUG by changing define('WP_DEBUG', true); to define('WP_DEBUG', false); in wp-config.php. Then uninstall and reinstall the plugin.
define('WP_DEBUG', true);
define('WP_DEBUG', false);
wp-config.php