WC_Admin_List_Table_Products::posts_clauses()publicWC 1.0

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 8.7.0

public function posts_clauses( $args, $query ) {

	return $args;
}