LLMS_AJAX_Handler::select2_query_posts()
Handle Select2 Search boxes for WordPress Posts by Post Type and Post Status.
Description Description
Return Return
(void)
Source Source
File: includes/class.llms.ajax.handler.php
Changelog Changelog
Version | Description |
---|---|
3.37.2 | Posts can be 'filtered' by instructor via the $_POST['instructor_id'] . |
3.32.0 | Posts can be queried by post status(es) via the $_POST['post_statuses'] . By default only the published posts will be queried. |
3.0.0 | Introduced. |