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

    (@happy-coders)

    Hello there,

    Thank you for writing to us. This feature is not available with the plugin but our plugin has a hook which is just executed after the like or dislike is triggered. You can use that hook to add the notification email. The hook is:

    
    /**
                     * Action pld_after_ajax_process
                     *
                     * @param type int $post_id
                     *
                     * @since 1.0.0
                     */
                    do_action( 'pld_after_ajax_process', $post_id );
    

    Hope this is helpful.

    Regards,
    WP Happy Coders

Viewing 1 replies (of 1 total)
  • The topic ‘Like or dislike does not create notification to post creator’ is closed to new replies.