Skip to content

Commit 211a1c1

Browse files
committedApr 17, 2025
Update hooks for WordPress 6.8.
1 parent 8a641ae commit 211a1c1

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed
 

‎package-lock.json

Lines changed: 8 additions & 10 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
"typescript": "^5"
8888
},
8989
"dependencies": {
90-
"@wp-hooks/wordpress-core": "^1.9.0"
90+
"@wp-hooks/wordpress-core": "^1.10.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.7
6+
- Supports all actions and filters up to WordPress 6.8
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)
Failed to load comments.