laravel-woocommerce
laravel-woocommerce copied to clipboard
Retrieve Customer By Email, Username, Or Specific Meta Data
Good day,
How can i retrieve a customer data by using Email, Username, Or Specific Meta Data not by id? Thanks for the answer in advance.
PS: Please comment a sample code for this.
+1
Would be useful to stitch the first & last name together. Similar to the product search;
Product::where('title', 'like', 'shorts')->get();