Skip to content

Commit 9841dd9

Browse files
committed
Rename Extensibility to Hooks
1 parent b0886ea commit 9841dd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
- [Getting Started](docs/2.getting-started.md)
2323
- [Registering Abilities](docs/3.registering-abilities.md)
2424
- [Using Abilities](docs/4.using-abilities.md)
25-
- [Extensibility](docs/5.extensibility.md)
25+
- [Hooks](docs/5.hooks.md)
2626
- [Contributing Guidelines](CONTRIBUTING.md)
2727

2828
## Inspiration

docs/5.extensibility.md renamed to docs/5.hooks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 5. Extensibility
1+
# 5. Hooks
22

33
The Abilities API provides WordPress action hooks that allow developers to monitor and respond to ability execution events. These hooks enable logging, debugging, analytics, and custom integrations.
44

0 commit comments

Comments
 (0)