You appear to be a bot. Output may be restricted
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