Controller::unregister()

Unhooks actions and filters.

Contents


Source

File: src/Events_Pro/Blocks/Controller.php

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

Top ↑

Changelog

Changelog
Version Description
6.3.2 Introduced.