voceconnect/post-selection-ui
A WordPress library to display a user interface to easily select posts from any post type
19,016
7
| Install | |
|---|---|
composer require voceconnect/post-selection-ui |
|
| Latest Version: | 1.2.4 |
| License: | GPLv2+ |
| Last Updated: | Aug 20, 2015 |
| Links: | GitHub · Packagist |
Maintainer: prettyboymp
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));
?>
Related Packages
erirk/paypalpayment
laravel-paypalpayment is simple package help you process direct credit card paym...
0
doctrine/dbal
Powerful PHP database abstraction layer (DBAL) with many features for database s...
617,346,630
9,703