Element_Manager::remove_hooks()

Removes the service hooks.

Description

See also

Source

File: src/db-objects/elements/element-manager.php

	public function remove_hooks() {
		$result = parent::remove_hooks();

		if ( $result ) {
			$this->types->remove_hooks();
		}

		return $result;
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.