WC_Widget_Layered_Nav::get_main_search_query_sql
Wrapper for WC_Query::get_main_search_query_sql() to ease unit testing.
Method of the class: WC_Widget_Layered_Nav{}
No Hooks.
Returns
String.
Usage
// protected - for code of main (parent) or child class $result = $this->get_main_search_query_sql();
Changelog
| Since 4.4.0 | Introduced. |
WC_Widget_Layered_Nav::get_main_search_query_sql() WC Widget Layered Nav::get main search query sql code WC 10.7.0
protected function get_main_search_query_sql() {
return WC_Query::get_main_search_query_sql();
}