SqlQuery::add_sql_clause( string $type, string $clause )

Add a SQL clause to be included when get_data is called.


Description Description


Parameters Parameters

$type

(Required) Clause type.

$clause

(Required) SQL clause.


Top ↑

Source Source

File: packages/woocommerce-admin/src/API/Reports/SqlQuery.php


			

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.