Provider::register()

Registers the implementations and filters required by the plugin to integrate with Custom Tables Queries.

Contents


Source

File: src/Tribe/Views/V2/Shortcodes/REST/V1/Provider.php

	public function register() {
		$this->container->singleton( Calender_Embed::class );

		add_action( 'rest_api_init', $this->container->callback( Calender_Embed::class, 'register' ) );
	}

Top ↑

Changelog

Changelog
Version Description
7.2.0 Introduced.