Skip to content

drop-in to abstract ui to select multiple posts and put ids into an input field

Notifications You must be signed in to change notification settings

isabella232/post-selection-ui

 
 

Repository files navigation

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));
?>

About

drop-in to abstract ui to select multiple posts and put ids into an input field

Resources

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 50.3%
  • JavaScript 35.9%
  • CSS 13.8%