You appear to be a bot. Output may be restricted
Description
Show the posts that were rescheduledAdd the "reschedule" amount to the look back to find the posts that have been rescheduled. Note: This list includes any new posts that have been scheduled for this date.
Usage
oik_batchmove_rescheduled();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 5 of 5
function oik_batchmove_rescheduled() { $post_date = oik_batchmove_query_post_date( "look_back", oik_batchmove_scheduled_option( "reschedule" )); $posts = oik_batchmove_query_reposts( $post_date ); oik_batchmove_list_posts( $posts ); }View on GitHub View on Trac