Description
Determine the post_date for the query
Usage
oik_batchmove_query_post_date( $option, $test_adjust );Parameters
- $option
- ( string ) optional default: look_back – option field that contains the date adjustment
- $option
- ( string ) optional default: look_back – any further date adjustment
- $test_adjust
- ( mixed ) optional –
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 9 of 9
function oik_batchmove_query_post_date( $option="look_back", $test_adjust=null ) { $post_date = bw_date_adjust( oik_batchmove_scheduled_option( $option ) ); if ( $test_adjust ) { $post_date = bw_date_adjust( $test_adjust, $post_date ); } e( "Post date: " ); e( $post_date ); return( $post_date ); }View on GitHub View on Trac
Called by
1 to 4 of 4
Invoked by
Calls
1 to 2 of 2
