You appear to be a bot. Output may be restricted
Description
To choose categories to be rescheduled by cycling the oldest to the current date.Optionally, specifying a new publication time. e.g 02:00, set by Category
Usage
oik_batchmove_reschedule_oldest_tags();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 5 of 5
function oik_batchmove_reschedule_oldest_tags() { oik_batchmove_run_tag_republish_maybe(); oik_require( "admin/oik-batchmove-tags.php", "oik-batchmove" ); oikbmt_lazy_do_page(); }View on GitHub View on Trac