Create New Item
×
Item Type
File
Folder
Item Name
×
Search file in folder and subfolders...
File Manager
/
wp-content
/
plugins
/
woocommerce
/
includes
/
interfaces
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php interface WC_Customer_Data_Store_Interface { public function get_last_order(&$customer); public function get_order_count(&$customer); public function get_total_spent(&$customer); }