Torro_Forms::add_hooks()

Adds the necessary plugin hooks.

Description

See also

Source

File: src/torro-forms.php

	protected function add_hooks() {
		$this->add_core_service_hooks();
		$this->add_component_service_hooks();
		$this->add_db_object_manager_hooks();
		$this->add_module_hooks();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.