Lines:
1 to 51 of 51
<?php /* Plugin Name: oik batchmove Plugin URI: https://www.oik-plugins.com/oik-plugins/oik-batchmove Description: Batch change post categories or published date incl. CRON rescheduling Version: 2.5.3 Author: bobbingwide Author URI: https://bobbingwide.com/about-bobbing-wide License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Copyright 2013-2025 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_batchmove_loaded() – Implement "oik_loaded" for oik-batchmove */ /* function oik_batchmove_fields_loaded() – Implement "oik_fields_loaded" for oik-batchmove */ if( !function_exists( "bw_date_adjust" ) ) { /* function bw_date_adjust() – Adjust a date using PHP’s date_add() function */ } /* function oik_batchmove_cron_hook() – Implement "oik_batchmove_hook" action to process the cron event for Category republishing, Tag republishing and Scheduled republishing */ /* function oik_batchmove_admin_menu() – Implement "oik_admin_menu" action for oik-batchmove */ /* function oik_batchmove_activation() – Implement "admin_notices" action for oik-batchmove" */ /* function oik_batchmove_plugin_loaded() – Initialisation when the plugin file is loaded */ oik_batchmove_plugin_loaded();View on GitHub View on Trac
