WC_Admin_List_Table_Products::posts_clauses()
Undocumented function
Метод класса: WC_Admin_List_Table_Products{}
Хуков нет.
Возвращает
Массив
.
Использование
$WC_Admin_List_Table_Products = new WC_Admin_List_Table_Products(); $WC_Admin_List_Table_Products->posts_clauses( $args, $query );
- $args(массив) (обязательный)
- Array of SELECT statement pieces (from, where, etc).
- $query(WP_Query) (обязательный)
- WP_Query instance.
Код WC_Admin_List_Table_Products::posts_clauses() WC Admin List Table Products::posts clauses WC 9.3.1
public function posts_clauses( $args, $query ) { return $args; }