File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 27
27
"require-dev" : {
28
28
"oomphinc/composer-installers-extender" : " ^2" ,
29
29
"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" : " *"
30
39
}
31
40
}
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Generates a JSON representation of the WordPress actions and filters in your cod
4
4
5
5
Note: If you just want the hook files without generating them yourself, use the following packages instead:
6
6
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
8
8
9
9
## Installation
10
10
You can’t perform that action at this time.
0 commit comments