Actually I asked quite unusual question my apologizes, it can be easily triggered by add_action('publish_{custom_post_type_name}', 'function_to_perform');
Can anyone help me out with this, I want to get user_id when a user submits a forum topic so that I can award points, as currently I am using bbpress moderation so when user submits a topic until its published by admin they won’t get any points. I want to make custom function to award user points for submitting topic even if its under moderation.