Tribe__Events__Pro__iCal::hook()

Attach hooks.

Contents


Source

File: src/Tribe/iCal.php

	public function hook() {
		add_filter( 'tribe_ical_feed_item', [ $this, 'filter_ical_feed_item' ], 10, 2 );
	}

Top ↑

Changelog

Changelog
Version Description
4.7.5 Introduced.