Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Happy Coders

    (@happy-coders)

    Hello there,

    Thank you for writing to us. Sending email is currently not available. But you can use one of our plugin’s hook to trigger the email notification after the like dislike action. The required hook is as below.

    /**
                     * Action cld_after_ajax_process
                     *
                     * @param type int $comment_id
                     *
                     * @since 1.0.7
                     */
                    do_action( 'cld_after_ajax_process', $comment_id );
    

    Regards,
    WP Happy Coders

    Thread Starter fachuazulgrana

    (@fachuazulgrana)

    Hi! Thank you for answer. Where do i must copy that code? And what does it do?

    Plugin Author Happy Coders

    (@happy-coders)

    Hello there,

    Thank you for your reply. Since the feature that you have explained is not available in the plugin, the code we have provided is the action hook which is available in our plugin. If you have programming knowledge then you can use the action hook to add the functionality from outside the plugin without needing to customize the plugin.

    Regards,
    WP Happy Coders

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Email notification’ is closed to new replies.