Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 247 Bytes

README.mdown

File metadata and controls

11 lines (10 loc) · 247 Bytes

USE

  • include() the post-selection-ui.php
  • echo post_selection_ui() like below:
<?php echo post_selection_ui('input_name', array(
	'post_type' => 'post',
	'selected' => $current_selected_ids,
	'limit' => $max_posts_to_select));
?>