Home Forums WTI Like Post PRO Hook not working

Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #87
    DanielHannon
    Participant

    I can’t seem to get the hook to work….

    add_action(‘wti_like_post_vote_action’, ‘wti_like_post_vote_action’, 10);

    function wti_like_post_vote_action() {
    echo “Working”;
    }

    #88
    Webtechideas
    Keymaster

    This hook is associated with the ajax call that is used for processing the voting. So how you are testing the above code to work?

    You can check by sending a simple email in the above hook. Please refer to the manual for better instructions.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WTI Like Post PRO’ is closed to new topics and replies.