You appear to be a bot. Output may be restricted
Description
Show the posts that should have been reposted todayAdd nothing to the "look_back" in order to list the posts that should have been scheduled for today. We might want to use this when we have turned off scheduled republishing or when we are searching for the right value to set for "look_back"
Usage
oik_batchmove_repost_today();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 5 of 5
function oik_batchmove_repost_today() { $post_date = oik_batchmove_query_post_date( "look_back" ); $posts = oik_batchmove_query_reposts( $post_date ); oik_batchmove_list_posts( $posts ); }View on GitHub View on Trac