Week_View::__construct( $messages,  $stack )

Week_View constructor.

Contents


Source

File: src/Tribe/Views/V2/Views/Week_View.php

	public function __construct( Messages $messages, Stack $stack ) {
		parent::__construct( $messages, $stack );
		$this->hide_weekends = tribe_is_truthy( tribe_get_option( 'week_view_hide_weekends', false ) );
	}

Top ↑

Changelog

Changelog
Version Description
5.0.0 Introduced.