jigneshkaila

PIFW-14 : Customer Question Review

Jan 10th, 2019
434
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.37 KB | None | 0 0
  1. add_action('paypal_ipn_for_wordpress_ipn_smarter_forwarding_handler', 'own_paypal_ipn_for_wordpress_ipn_smarter_forwarding_handler', 10, 2);
  2. /*
  3.  * @param array $posted Arguments for PayPal IPN respnse
  4.  * @param int $post_id Arguments for WP post id
  5.  */
  6. function own_paypal_ipn_for_wordpress_ipn_smarter_forwarding_handler($posted, $post_id) {
  7.     // start coding here
  8. }
Add Comment
Please, Sign In to add comment