You appear to be a bot. Output may be restricted
Description
Update the log of oik_batchmove_lazy_cronWe use a different set of option fields to log this information
Usage
oik_batchmove_log_reposted( $post_date, $posts );
Parameters
- $post_date
- ( mixed ) required –
- $posts
- ( mixed ) required –
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 4 of 4
function oik_batchmove_log_reposted( $post_date, $posts ) { bw_update_option( "last_run", time(), "bw_scheduled_log" ); bw_update_option( "post_date", $post_date, "bw_scheduled_log" ); }View on GitHub View on Trac