Lines:
1 to 92 of 92
<?php /* Plugin Name: oik-clone Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-clone-clone-your-wordpress-content Description: Clone your WordPress content Version: 2.3.1 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide Text Domain: oik-clone Domain Path: /languages/ License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2014-2023 Bobbing Wide (email : herb@bobbingwide.com ) This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2, as published by the Free Software Foundation. You may NOT assume that you can use any other version of the GPL. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. The license for this software can likely be found here: http://www.gnu.org/licenses/gpl-2.0.html */ /* function oik_clone_loaded() – Function to invoke when loaded */ /* function oik_clone_oik_admin_menu() – Implement "oik_admin_menu" */ /* function oik_clone_add_options() – Implement "load-$hook" for oik-clone */ /* function oik_clone_set_screen_option() – Implement "set-screen-option" for oik-clone */ /* function oik_clone_admin_head() – Implement "admin_head-oik-options_page_oik_clone" for oik-clone */ /* function oik_clone_admin_page() – Display the oik-clone admin page */ /* function oik_clone_save_post() – Implement cloning when a post is saved */ /* function oik_clone_save_post_dnc */ /* function oik_clone_add_meta_boxes() – Implement "add_meta_boxes" for oik-clone */ /* function oik_clone_add_attachment() – Implement "add_attachment" for oik-clone */ /* function oik_clone_edit_attachment() – Implement "edit_attachment" for oik-clone */ /* function oik_clone_nopriv_oik_clone_post() – Implement AJAX oik_clone_post for oik-clone */ /* function oik_clone_nopriv_oik_clone_request_mapping */ /* function oik_clone_nopriv_oik_clone_pull */ /* function oik_clone_nopriv_oik_clone_update_slave_target */ /* function oik_clone_wp_insert_post_data */ /* function oik_clone_cloning_in_progress */ /* function oik_clone_heartbeat_settings() – Implement "heartbeat_settings" filter for oik-clone */ /* function oik_clone_oik_add_shortcodes() – Implement "oik_add_shortcodes" action for oik-clone */ /* function oik_clone_oik_fields_loaded() – Implement "oik_fields_loaded" for oik-clone */ /* function oik_clone_post_type_supports() – Implement "oik_post_type_support" filter */ /* function oik_clone_run_oik_reset_slave */ /* function oik_clone_run_oik_reset_ids */ /* function oik_clone_run_oik_clone_pull */ /* function oik_clone_run_oik_clone_push */ /* function oik_clone_run_oik_clone_reconcile_batch */ /* function oik_clone_http_request_args */ oik_clone_loaded();View on GitHub
Called by
Invoked by
Call hooks
API Letters: