- CPT init hook was being added from within parent init hook - Changed to call register_post_type() directly from main init - Removed redundant hook from CPT constructor - Fixes CPT not registering on plugin activation
- CPT init hook was being added from within parent init hook - Changed to call register_post_type() directly from main init - Removed redundant hook from CPT constructor - Fixes CPT not registering on plugin activation