get_parent_id() ); if ( ! $parent_order ) { return false; } return WC_Admin_Reports_Customers_Data_Store::get_or_create_customer_from_order( $parent_order ); } /** * Returns null since refunds should not be counted towards returning customer counts. * * @return null */ public function is_returning_customer() { return null; } }