Provider::unregister()
Unregisters the implementations and filters required by the plugin to integrate with Custom Tables Queries.
Source
File: src/Tribe/Views/V2/Shortcodes/REST/V1/Provider.php
public function unregister() {
remove_action( 'rest_api_init', $this->container->callback( Calender_Embed::class, 'register' ) );
}
Changelog
| Version | Description |
|---|---|
| 7.2.0 | Introduced. |