You appear to be a bot. Output may be restricted
Description
Get the selected API type
Usage
$string = _oiksc_get_type();
Parameters
Returns
string the selected api_type
TO DO
The API type should probably become a taxonomy. But first we need to improve the method of setting it.
Source
File name: oik-shortcodes/admin/oik-apis.php
Lines:
1 to 4 of 4
function _oiksc_get_type() { $type = bw_array_get( $_REQUEST, "api_type", null ); return( $type ); }