You appear to be a bot. Output may be restricted
Description
Invoke the cron event if requested
Note: Only admin users will have been able to get this far
Usage
oik_batchmove_run_cron_maybe();
Parameters
Returns
void
Source
File name: oik-batchmove/admin/oik-batchmove-cron.php
Lines:
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 ); } }