I've been testing out hookpress locally have yet to get anything useful out of category-related hooks. I'm not sure if I'm missing a setting somewhere.
I have a hook on publish_post, which sends along a full slate of data and seems to work fine. But when I use create_category or delete_category, the only data sent is hook: "create_category" or hook: "delete_category". I've tried this with all fields selected as well as a subset. I'm running a simple Flask app to catch every POST request and save all data in Redis to verify data sent.
Any idea what's going on?