I was looking, but can't find - so I'm still looking for hook, something like this:
add_action('profile_edited', 'update_user_socialize');
Above hook is used to add usermeta when editing profile - I'm looking for something that would add additional topicmeta when posting new topic - the following is not working:
add_action('post_topic', 'post_new_job');
So is there any hook like this?