Skip to content

Commit

Permalink
Update hooks for WordPress 6.7.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbillion committed Dec 4, 2024
1 parent f95f4c9 commit 1b44357
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,6 @@
"vsce": "^2"
},
"dependencies": {
"@wp-hooks/wordpress-core": "^1.8.0"
"@wp-hooks/wordpress-core": "^1.9.0"
}
}
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This VS Code extension provides IntelliSense and autocomplete for WordPress hooks, actions, and filters.

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

0 comments on commit 1b44357

Please sign in to comment.