• Resolved Wasim alhajebi

    (@wassimo)


    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

    (@wassimo)

    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.