How to Uninstall and completely remove WP ULike
- Open your WordPress install’s
wp-config.php
file - Right before where it says “* That’s all, stop editing! Happy blogging. */” insert a new line, and add the following code
define ('WP_ULIKE_REMOVE_ALL_DATA', true);
– then save your file; - Deactivate WP ULike at WP-admin > plugins
- Delete WP ULike at WP-admin > plugins
- That’s it!