Description
Get the selected API
Usage
$string = _oiksc_get_api();Parameters
Returns
string the API name; function or class::methodnameSource
File name: oik-shortcodes/admin/oik-apis.phpLines:
1 to 4 of 4
function _oiksc_get_api() { $api = bw_array_get( $_REQUEST, "api", null ); return( $api ); }View on GitHub
Called by
1 to 2 of 2
Invoked by
Calls
1 to 1 of 1
