Title: IF add comment , do action
Last modified: August 20, 2016

---

# IF add comment , do action

 *  Resolved [Wasim alhajebi](https://wordpress.org/support/users/wassimo/)
 * (@wassimo)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/if-add-comment-do-action/)
 * Hello,
    i have some functions i wanna to do some thing i need that function when
   somebody send comment scussed i do some thing for ex
 * if (add_comment()){
 * my actions here
    }

Viewing 1 replies (of 1 total)

 *  Thread Starter [Wasim alhajebi](https://wordpress.org/support/users/wassimo/)
 * (@wassimo)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/if-add-comment-do-action/#post-2744208)
 * i sloved it
 *     ```
       add_action( 'comment_post', 'xs' );
       function xs(  ) {
       here goes
       }
       ```
   
 * thanks alot

Viewing 1 replies (of 1 total)

The topic ‘IF add comment , do action’ is closed to new replies.

 * 1 reply
 * 1 participant
 * Last reply from: [Wasim alhajebi](https://wordpress.org/support/users/wassimo/)
 * Last activity: [14 years, 3 months ago](https://wordpress.org/support/topic/if-add-comment-do-action/#post-2744208)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
