Controller::unregister()

Unhooks actions and filters.

Contents


Source

File: src/Events_Pro/Block_Templates/Controller.php

	public function unregister(): void {
		$this->remove_filters();
	}

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.