voceconnect / post-selection-ui
A WordPress library to display a user interface to easily select posts from any post type
Installs: 16 565
Dependents: 3
Suggesters: 0
Security: 0
Stars: 7
Watchers: 15
Forks: 3
Open Issues: 1
This package is auto-updated.
Last update: 2023-11-29 01:53:21 UTC
README
- 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));
?>