mycred_transfer
Description
This function will returns the myCRED_Transfer object. Note that this function will not populate the object
This function is only available if the Transfer add-on is enabled.
Available since version 1.8
Returns
(object) Returns the myCRED_Transfer object.
Parameters
| Param | Type | Required | Description | |
|---|---|---|---|---|
function mycred_transfer( |
||||
$transfer_id |
string | No | The transfer ID if you plan on using the object to manipulate or process a transfer. Can be ignored when using the object to render a new transfer form. |
|
) { ... } |
||||
Examples
No example found.