Torro_Forms::add_core_service_hooks()

Adds the necessary plugin core service hooks.

Description

See also

Source

File: src/torro-forms.php

	protected function add_core_service_hooks() {
		$this->options->add_hooks();
		$this->db->add_hooks();
		$this->assets->add_hooks();
		$this->ajax->add_hooks();
		$this->apiapi_config->add_hooks();
	}

Changelog

Changelog
Version Description
1.0.0 Introduced.