DataStore::add_time_period_sql_params( array $query_args, string $table_name )
Fills WHERE clause of SQL request with date-related constraints.
Description Description
Parameters Parameters
- $query_args
-
(Required) Parameters supplied by the user.
- $table_name
-
(Required) Name of the db table relevant for the date constraint.
Source Source
File: packages/woocommerce-admin/src/API/Reports/DataStore.php