@@ -4,7 +4,7 @@ |
||
| 4 | 4 | /** |
| 5 | 5 | * Get customers with a term: all, newsletters_site, newsletters_site_partners, date(between 2 dates) or if order is higher than. |
| 6 | 6 | * @param string $term |
| 7 | - * @param price/date $dt1 may be null |
|
| 7 | + * @param string|boolean $dt1 may be null |
|
| 8 | 8 | * @param date $dt2 may be null |
| 9 | 9 | * @return array |
| 10 | 10 | */ |
@@ -61,6 +61,7 @@ |
||
| 61 | 61 | |
| 62 | 62 | /** |
| 63 | 63 | * Return Products by a search |
| 64 | + * @param string $search |
|
| 64 | 65 | */ |
| 65 | 66 | function get_products_by_title_or_barcode( $search, $only_barcode = false ) { |
| 66 | 67 | global $wpdb; |