Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

eMember – custom action after payment process

by

Tips and Tricks HQ Support Portal › Forums › WP eMember › WP eMember General Questions › eMember – custom action after payment process

Tagged: custom action hook

  • This topic has 4 replies, 2 voices, and was last updated 10 years, 10 months ago by silvio.boscolo.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • June 24, 2014 at 10:36 am #11066
    silvio.boscolo
    Member

    I need do a custom action (call an external page) after the end of payment process (after member’s level update).

    How can I do it ?

    thanks

    Best regards

    June 24, 2014 at 11:18 pm #63889
    admin
    Keymaster

    What setup are you using for the membership payment processing? Directly integrating with PayPal or Clickbank or using eStore?

    June 25, 2014 at 1:59 pm #63890
    silvio.boscolo
    Member

    I’m using a PayPal Button

    June 25, 2014 at 10:41 pm #63891
    admin
    Keymaster

    okay we have an action hook for when a membership level changes after a payment. Here is how to use it:

    add_action('emember_membership_changed', 'my_custom_tweaks');
    function my_custom_tweaks($args)
    {
    $member_id = $args['member_id'];

    //Do some custom stuff that you need to do.
    }

    Let me know if that action hook works for you.

    June 29, 2014 at 9:57 am #63892
    silvio.boscolo
    Member

    works fine !

    thank you

  • Author
    Posts
Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Registration
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2025 | Tips and Tricks HQ