mycred_get_remote
Description
This function returns the Remove API (version 1.0) settings.
Available since version 1.3
Returns
(array) Associative array.
Settings example:
Array
(
[enabled] => 0
[key] => 'abc123'
[uri] => 'api-dev'
[debug] => 0
)Parameters
| Param | Type | Required | Description | |
|---|---|---|---|---|
function mycred_get_remote( |
||||
| No params | ||||
) { ... } |
||||
Examples
No example found.