You appear to be a bot. Output may be restricted
Description
Implement OIK_clone_informal_relationships::handle_id
In the target we handle the ID by replacing the source ID with the target ID. Using a wrapper function in case there's more logic to apply.
Usage
OIK_clone_informal_relationships_target::handle_id( $id, $t );
Parameters
- $id
- ( ID ) required – the source ID
- $t
- ( mixed ) required –
Returns
void
Source
File name: oik-clone/admin/class-oik-clone-informal-relationships-target.php
Lines:
1 to 3 of 3
function handle_id( $id, $t ) { $this->replace_id( $id, $t ); }