Description
Get the selected plugin
Usage
$string/integer = _oiksc_get_plugin();Parameters
Returns
string/integer depending on where it's calledTO DO
Need to be more consistentSource
File name: oik-shortcodes/admin/oik-apis.phpLines:
1 to 4 of 4
function _oiksc_get_plugin() { $plugin = bw_array_get( $_REQUEST, "plugin", null ); return( $plugin ); }View on GitHub
Called by
1 to 4 of 4
Invoked by
Calls
1 to 1 of 1
