You appear to be a bot. Output may be restricted
Description
Perform the update into the specified target
We need to import the post and the post meta data The post meta in the target may be completely replaced
Usage
oik_clone_perform_update( $source, $target );
Parameters
- $source
- ( mixed ) required –
- $target
- ( mixed ) required –
Returns
void
Source
File name: oik-clone/admin/oik-clone-actions.php
Lines:
1 to 3 of 3
function oik_clone_perform_update( $source, $target ) { oik_clone_perform_import( $source, $target ); }