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