Service_Provider::register_widgets_manager_registration()

Registers widgets for Elementor.

Contents


Source

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

	public function register_widgets_manager_registration() {
		return $this->container->make( Widgets_Manager::class )->register();
	}

Top ↑

Changelog

Changelog
Version Description
5.4.4 Introduced.