Method to add balance via function
-
Question, what is the best way for another plugin on the same server to talk with your plugin?
Say if I wanted to call a function to add credit to a users account programmatically?
I could use the REST API but that seems odd that the server would have to do a remote call to itself.
Do you have any recommendations? I’ve seen a few other plugins with internal API calls for other devs making sub plugins.
Live
woo_wallet_add_funds($array)
Thanks!
Felty
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Method to add balance via function’ is closed to new replies.