You appear to be a bot. Output may be restricted
Description
Usage
OIK_Clone_Compare_List_Table::__construct( $args );
Parameters
- $args
- ( mixed ) required –
Returns
voidSource
File name: oik-clone/admin/class-oik-clone-compare-list-table.phpLines:
1 to 4 of 4
function __construct( $args ) { $this->source = $args["source"]; $this->target = $args["target"]; }View on GitHub