You appear to be a bot. Output may be restricted
Description
Display the selected posts in a form, allowing them to be selected, and the actions that can be performed
Usage
oik_batchmove_selected();
Parameters
Returns
voidSource
File name: oik-batchmove/admin/oik-batchmove.phpLines:
1 to 15 of 15
function oik_batchmove_selected() { bw_form(); oik_batchmove_hidden_fields(); oik_batchmove_display_posts(); stag( "table", "widefat" ); bw_tablerow( array( "Target Category", oik_batchmove_category_select( "_batchmove_category_apply", "" ) ) ); bw_form_field_( "_batchmove_date_adjustment", "text", "Date adjustment e.g. +1 year", null, null ); bw_form_field_( "_batchmove_meta_key", "text", "Meta key - field name", null, null ); bw_form_field_( "_batchmove_meta_value", "text", "Meta value", null, null ); oik_batchmove_action(); etag( "table" ); p( isubmit( "_oik_batchmove_apply", "Apply changes", null, "button-primary" ) ); etag( "form" ); }View on GitHub View on Trac