stuttter / wp-user-activity

The best way to log activity in WordPress
https://wordpress.org/plugins/wp-user-activity/
GNU General Public License v2.0
42 stars 13 forks source link

CPT Conflict #12

Closed leepeterson closed 8 months ago

leepeterson commented 7 years ago

Our dev team created a CPT named "activity". Once this plugin was activated, the posts for the activity CPT were replaced with blank information and this plugin created 1 new post at the top of list, a post which now cannot be deleted when this plugin is active or deactivated.

Here's a fun video which explains more: http://snap.rawlemurdy.host/k2fx

We're going to namespace our CPTs (which should have been done to begin with) but thought this issue should be brought to your attention.

JJJ commented 6 years ago

Hey @leepeterson, thanks for the heads up.

I probably should have namespaced it. I had a feeling activity would be a relatively popular post type, but didn't expect for multiple types of activity based plugins to be active at one time.