You appear to be a bot. Output may be restricted
Description
Return the list of cloned targets
Usage
$array = OIK_clone_tree_node::targets();
Parameters
Returns
array targets already cloned
TO DO
Check array_keys() works for null or empty arrays.
Source
File name: oik-clone/admin/class-oik-clone-tree-node.php
Lines:
1 to 6 of 6
function targets() { $cloned = $this->get_cloned(); $slaves = array_keys( $cloned ); bw_trace2( $cloned, "cloned", false, BW_TRACE_DEBUG ); return( $slaves ); }