ptl Posted January 22, 2017 Share Posted January 22, 2017 function autoresponder_hook($params) { var_dump($params);die; } add_hook('TicketPiping', 1, 'autoresponder_hook'); I'm receiving in my terminal: array(0) { } Have anybody suggestion how to get params? Thanks. 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.