Domain Management Hooks
Extend domain manage page (DNS, etc.)
What it is
Hooks allow addons to add sections or actions to domain management (admin and client).
How it works
admin_domain_manage_action, admin_domain_manage_sections, client_domain_manage_* hooks.
How to set up
In your addon, use addAction or addFilter on these hooks. See developer docs.
Was this helpful?