Lines:
1 to 41 of 41
<?php // (C) Copyright Bobbing Wide 2014-2016, 2019 /* function oik_clone_validate_action() – Validate the action against the given parameters */ /* function oik_clone_lazy_perform_actions() – Validate and perform the requested action(s) */ /* function oik_clone_perform_import() – Perform the import into the specified target */ /* function oik_clone_update_source_slave_target */ /* function oik_clone_perform_update() – Perform the update into the specified target */ /* function oik_clone_update_target() – Update the target post with the contents from the (source) post */ /* function oik_clone_update_post_meta() – Update the post_meta data in the target post */ /* function oik_clone_delete_all_post_meta() – Delete all existing post_meta data for the target post */ /* function oik_clone_insert_all_post_meta() – Insert all the post meta data */ /* function oik_clone_update_taxonomies() – Update the taxonomies for this post */ /* function oik_clone_load_source() – Load the source from the selected source */ /* function oik_clone_insert_post() – Create a new post locally */ /* function oik_clone_load_target() – Load the target post including post_meta data */ /* function oik_clone_load_post() – Load ALL the information about a post */ /* function oik_clone_perform_compare() – Implement side by side comparison of two posts */ /* function oik_clone_attachment_file */
Called by
Invoked by
Calls
Call hooks
API Letters: