Inventory_Presser_Business_Day::open_right_now()

open_right_now

Description Description

Is the business open right now?


Top ↑

Return Return

(bool)


Top ↑

Source Source

File: includes/class-business-day.php

	}

	/**
	 * A string that describes when the business opens on this day
	 *
	 * @return string
	 */
	public function open_string() {
		return $this->time_string( $this->open_hour, $this->open_minute );
	}