You appear to be a bot. Output may be restricted
Description
List the set of postsUses the same logic as in 'Batch move' although the checkbox field has no effect on this page.
Usage
oik_batchmove_list_posts( $posts );
Parameters
- $posts
- ( mixed ) required –
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove-cron.phpLines:
1 to 6 of 6
function oik_batchmove_list_posts( $posts ) { if ( $posts ) { p( "Total posts selected: " . count( $posts ) ); oik_batchmove_display_selection( $posts ); } }View on GitHub View on Trac