Basic hook content to show response
-
Hi,
Basically I just want to know what is the simplest bit of code I can add to the hook to show it is being fired.I have looked in the IPN logs on Paypal and in my own SSL server logs and it look like things are working.
Just that the hook doesn’t seem to be firing.
function jj_paypal(){
echo “*************** TRANSACTION COMPLETE *********************”;
}
add_action( ‘paypal_ipn_for_wordpress_ipn_response_handler’, ‘jj_paypal’);Any help would be appreciated.
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Basic hook content to show response’ is closed to new replies.