Summary_View::add_view_hooks()

Add hooks that are specific to the execution of this view.

Contents


Source

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

	public function add_view_hooks() {
		add_filter( 'tribe_format_second_date_in_range', [ $this, 'filter_second_date_in_range_for_summary_view' ] );
	}

Top ↑

Changelog

Changelog
Version Description
5.7.0 Introduced.