Skip to content

Commit e5d86ce

Browse files
committed
Update section-hooks.md
1 parent d20e1a3 commit e5d86ce

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

_includes/section-hooks.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
---
33

4-
## Available Hooks
4+
## Extending the System
55

6-
Hooks are how we provide access to specific features and functionality in a standardized way. While no hooks are required in your custom module, they're generally useful.
6+
Hooks are how we extend the system by allowing you to connect into specific processes and actions in standard, consistent ways with minimal effort without modifying Web2project core. This ensures you can accomplish what you need and your modules remain compatible through Web2project upgrades.
77

88
{% assign items = site.docs | where:"category","hooks" %}
99

0 commit comments

Comments
 (0)