Adds the necessary plugin component service hooks.
Description
See also
Source
File: src/torro-forms.php
protected function add_component_service_hooks() { $this->admin_pages->add_hooks(); $this->extensions->add_hooks(); }
Changelog
Version | Description |
---|---|
1.0.0 | Introduced. |