Skip to content

Commit 0abd3b3

Browse files
committed
More docs.
1 parent 924336c commit 0abd3b3

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

composer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,14 @@
2727
"require-dev": {
2828
"oomphinc/composer-installers-extender": "^2",
2929
"opis/json-schema": "^1"
30+
},
31+
"funding": [
32+
{
33+
"type": "github",
34+
"url": "https://github.com/sponsors/johnbillion"
35+
}
36+
],
37+
"replace": {
38+
"johnbillion/wp-hooks-generator": "*"
3039
}
3140
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Generates a JSON representation of the WordPress actions and filters in your cod
44

55
Note: If you just want the hook files without generating them yourself, use the following packages instead:
66

7-
* [johnbillion/wp-hooks](https://github.com/johnbillion/wp-hooks) for WordPress core
7+
* [wp-hooks/wordpress-core](https://github.com/wp-hooks/wordpress-core) for WordPress core
88

99
## Installation
1010

0 commit comments

Comments
 (0)