LLMS_Admin_Builder::get_existing_posts_where( string $where, WP_QUery $wp_query )
Search lessons by search term during existing lesson lookups
Description Description
Parameters Parameters
- $where
- 
					(Required) Existing sql where clause. 
- $wp_query
- 
					(Required) Query object. 
Return Return
(string)
Source Source
File: includes/admin/class.llms.admin.builder.php
Changelog Changelog
| Version | Description | 
|---|---|
| 3.37.11 | Made method static. | 
| 3.16.12 | Unknown. | 
| 3.14.8 | Introduced. |