You appear to be a bot. Output may be restricted
Description
Return the option field
Usage
$string = OIK_Clone_Servers_List_Table::option_field();
Parameters
Returns
string the name of the array field in the option
Source
File name: oik-clone/admin/class-oik-clone-servers-list-table.php
Lines:
1 to 4 of 4
function option_field() { $option_field = $this->_args['option_field']; return( $option_field ); }