Controller::unregister()

Unhooks actions and filters.

Contents


Source

File: src/Events/Editor/Full_Site/Controller.php

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

Top ↑

Changelog

Changelog
Version Description
6.2.7 Introduced.