• Resolved igalbauch

    (@igalbauch)


    Hey thank you for a great simple to use plugin!

    I was wondering if there is a way for me to add an entry after a wp_paypal_order is updated with a transaction, what I would like to do is add an entry given by a user after successful payment, for example I want him to input his nickname on a gaming site.

    Is it possible with a hook or custom dev?

    Thank you!

Viewing 1 replies (of 1 total)
  • Plugin Author Noor Alam

    (@naa986)

    @igalbauch, This action hook gets triggered after a new order is added:

    do_action('wp_paypal_order_processed', $post_id);

Viewing 1 replies (of 1 total)
  • The topic ‘Adding an entry all order’ is closed to new replies.