You appear to be a bot. Output may be restricted
Description
Invoke the cron event if requestedNote: Only admin users will have been able to get this far
Usage
oik_batchmove_run_cron_maybe();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 6 of 6
function oik_batchmove_run_cron_maybe() { $action = bw_array_get( $_REQUEST, "_oik_batchmove_run_cron", null ); if ( $action ) { oik_batchmove_lazy_cron( true ); } }View on GitHub View on Trac