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
43 stars 13 forks source link

Return the post ID created in wp_insert_user_activity(). #14

Closed dcavins closed 6 years ago

dcavins commented 7 years ago

Hi John-

Thanks for building this very useful plugin. I extended it to add my own activity types, and needed to know the ID of the new activity item post that's created in wp_insert_user_activity().

After inserting the new activity item, allow wp_insert_user_activity() to return the newly created activity item ID, so that other processing may take place like adding complicated post meta or taxonomy terms.

Thanks!

-David

JJJ commented 6 years ago

Merged! Thanks @dcavins!