You appear to be a bot. Output may be restricted
Description
Show the posts that will get reposted tomorrowAdd 1 day to the "look_back" in order to list the posts that will be rescheduled tomorrow
Usage
oik_batchmove_reposts();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 5 of 5
function oik_batchmove_reposts() { $post_date = oik_batchmove_query_post_date( "look_back", "+1 day" ); $posts = oik_batchmove_query_reposts( $post_date ); oik_batchmove_list_posts( $posts ); }View on GitHub View on Trac