dozent_withdrawal_methods()
Get all available withdraw methods
Description
It supports the filter to add / remove from the outside of this plugin.
Example usage:
$methods = dozent_withdrawal_methods();
See also
Return
(array|mixed)
Source
File: includes/core-functions.php
function dozent_withdrawal_methods(){ $withdraw = \Dozent\Withdrawal::instance(); return $withdraw->available_withdraw_methods; }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |