Service_Provider::unregister()
Unregisters the filters and actions required for this integration to work.
Return
(void)
Source
File: src/Tribe/Integrations/Divi/Service_Provider.php
public function unregister(): void {
remove_filter( 'tribe_post_id', [ $this, 'filter_tribe_post_id' ] );
}
Changelog
| Version | Description |
|---|---|
| 6.0.2 | Introduced. |