Lines:
1 to 83 of 83
<?php // (C) Copyright Bobbing Wide 2013, 2014 /* function oik_batchmove_lazy_scheduled_page() – Display the "Scheduled republish" page */ /* function oik_batchmove_settings() – Display the scheduled republish settings */ /* function oik_batchmove_reschedule_oldest() – To choose categories to be rescheduled by cycling the oldest to the current date. */ /* function oik_batchmove_reschedule_oldest_tags() – To choose categories to be rescheduled by cycling the oldest to the current date. */ /* function oik_batchmove_run_cron_maybe() – Invoke the cron event if requested */ /* function oik_batchmove_run_category_republish_maybe() – Invoke category republish if requested */ /* function oik_batchmove_run_tag_republish_maybe() – Invoke tag republish if requested */ /* function oik_batchmove_scheduled_option_default() – Return the bw_scheduled default option value */ /* function oik_batchmove_scheduled_option() – Return the value for the bw_scheduled option field */ /* function oik_batchmove_list_posts() – List the set of posts */ /* function oik_batchmove_query_post_date() – Determine the post_date for the query */ /* function oik_batchmove_repost_today() – Show the posts that should have been reposted today */ /* function oik_batchmove_reposts() – Show the posts that will get reposted tomorrow */ /* function oik_batchmove_rescheduled() – Show the posts that were rescheduled */ /* function oik_batchmove_cron() – Display the CRON information for "oik_batchmove_hook" */ /* function oik_batchmove_schedule_event() – Schedule "oik_batchmove_hook" to run daily at midnight */ /* function oik_batchmove_schedule() – Schedule or deschedule the CRON job */ /* function oik_batchmove_lazy_cron() – Perform scheduled republishing for selected posts */ /* function bw_delete_all_meta_key() – Delete unnecessary "_do_not_reschedule" metadata */ /* function oik_batchmove_lazy_category_republish() – Perform category republishing for selected categories */ /* function oik_batchmove_lazy_tag_republish() – Perform tag republishing for selected tags */ /* function oik_batchmove_query_oldest_date() – Find the oldest date for posts in this category and/or with this tag which are not marked as "_do_not_reschedule" */ /* function oik_batchmove_category_republish() – Republish posts from a chosen category, setting a new published time if required */ /* function oik_batchmove_tag_republish() – Republish posts with a chosen tag, setting a new published time if required */ if ( !function_exists( "bw_update_option" ) ) { /* function bw_update_option() – Set the value of an option field in the options group */ } /* function oik_batchmove_log_reposted() – Update the log of oik_batchmove_lazy_cron */ /* function oik_batchmove_query_reposts() – Query the posts to be published or republished */ /* function oik_batchmove_republish_post() – Republish a post */ /* function oik_batchmove_reschedule() – Alter the post date by applying the "reschedule" option */ /* function oik_batchmove_reschedule_cat() – Reschedule to the current date, setting the time to the desired time if necessary */ if ( !function_exists( "bw_date_i18n" ) ) { /* function bw_date_i18n() – Return a localized version of the date */ } /* function oik_batchmove_handle_comments() – Update the title and content when a post with comments is being republished */ /* function oik_batchmove_delete_postmeta() – $metadata options_page_oik_batchmove_scheduled 41 0 27398904/27618192 oik_batchmove_delete_postmeta(4) Array ( [_edit_last] => Array */ /* function oik_batchmove_check_postmeta_key() – Delete any post meta data that we won’t need in the future */View on GitHub View on Trac