This topic contains 1 reply, has 2 voices. Last updated by Cristián Lávaque 4 years, 4 months ago.
Topic Author | Topic |
---|---|
Posted: Saturday Sep 8th, 2012 at 2:00 pm #24653 | |
Hello, I am creating a mod which I want to run when a user becomes a full active member. However I am having an issue which is that it doesn’t seem to be running and I am not sure if it’s because of the sandbox mode or what. But I create a php called /wp-content/mu-plugins/s2-hacks.php This is what I have so far, just to test it:
So if I signup, pay through PayPal (Sand boxed), this never runs. Just to make sure it works I included this file in the root, commented out the add_action and ran the function and it created the export. So the code is sound. This is a new site so maybe I am missing something with PayPal? Is there something else I need to do to get the IPN working? Or the mod? Thanks |