You appear to be a bot. Output may be restricted
Description
Load the target post including post_meta data
This is the same as calling oik_clone_load_post() !
Usage
oik_clone_load_target( $target );
Parameters
- $target
- ( mixed ) required –
Returns
void
Source
File name: oik-clone/admin/oik-clone-actions.php
Lines:
1 to 4 of 4
function oik_clone_load_target( $target ) { $post = oik_clone_load_post( $target ); return( $post ); }