• Resolved growmedia

    (@growmedia)


    Hi!
    Is there a way to customize the actions? I am programming a form that when submitted, the user’s credits are subtracted. I cannot find the corresponding function/hook to program the subtraction of credits manually. Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Long Watch Studio

    (@lwsdevelopers)

    Hello,

    For the moment, there is no hooks available to do what you are asking for.

    For technical information (like functions), please contact the support through mail (up right inside your plugin administration).

    Plugin Author Long Watch Studio

    (@lwsdevelopers)

    Here’s how to do it :

    $w = \LWS\WOOVIRTUALWALLET\Core\Wallet::instanciate(\get_current_user_id());
    $w->subAmount($amountToSubtract, 'Wallet History Reason');
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hooks’ is closed to new replies.