Replies: 0
Upon activation, this plugin hijacked a custom post type that I use labeled as ‘project’.
This occurred in upgrade-1.4.php line # 21.
$sql_project_update = " UPDATE $wpdb->posts SET post_type = 'cpm_project' WHERE post_type = 'project'";
$wpdb->query($sql_project_update);
Fortunately, I was able to identify and unwind this rather quickly.