Service_Provider::unregister()

Unregisters the filters and actions required for this integration to work.


Return

(void)


Top ↑

Source

File: src/Tribe/Integrations/Divi/Service_Provider.php

	public function unregister(): void {
		remove_filter( 'tribe_post_id', [ $this, 'filter_tribe_post_id' ] );
	}

Top ↑

Changelog

Changelog
Version Description
6.0.2 Introduced.