Inventory_Presser_Business_Day::open_in_some_fashion()
Does this day have any open hours?
Return Return
(bool)
Source Source
File: includes/class-business-day.php
public function open_in_some_fashion() { return ( 0 !== $this->close_hour && $this->open_hour < $this->close_hour ); }
Expand full source codeCollapse full source codeView on Github