wpematico uninstall improvement
-
I’ve edited the file wpematico/wpematico.php
Within the uninstall function, the last line I added:
public static function uninstall() { ..... $wpdb->query( "DELETE FROM {$wpdb->prefix}posts WHERE post_type = 'wpematico'" ); }This will remove all the campaigns from wpematico upon uninstall of the plugin.
The topic ‘wpematico uninstall improvement’ is closed to new replies.