• Hello,
    I want to create my own functions when the ajax event happens. However, this does not work:

    function my_cld_function() {
    (.....)
    }
    add_action('wp_ajax_cld_comment_ajax_action','my_cld_function');

    What do I do wrong?
    I appreciate your help!

    Thank you!

  • The topic ‘add_action wp_ajax_cld_comment_ajax_action’ is closed to new replies.