Skip to content

Commit 1b44357

Browse files
committed
Update hooks for WordPress 6.7.
1 parent f95f4c9 commit 1b44357

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@
8787
"vsce": "^2"
8888
},
8989
"dependencies": {
90-
"@wp-hooks/wordpress-core": "^1.8.0"
90+
"@wp-hooks/wordpress-core": "^1.9.0"
9191
}
9292
}

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This VS Code extension provides IntelliSense and autocomplete for WordPress hooks, actions, and filters.
44

55
* Autocomplete for action and filter names
6-
- Supports all actions and filters up to WordPress 6.6
6+
- Supports all actions and filters up to WordPress 6.7
77
* Autocomplete for action and filter callback functions
88
- Supports functions, class methods, closures, arrow functions, and more
99
- The parameter types, return type, and a docblock are included where appropriate

0 commit comments

Comments
 (0)