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();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 5 of 5
function oik_batchmove_reschedule_oldest() { oik_batchmove_run_category_republish_maybe(); oik_require( "admin/oik-batchmove-categories.php", "oik-batchmove" ); oikbmc_lazy_do_page(); }View on GitHub View on Trac