Topic action hook
-
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?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.