Skip to content

Commit

Permalink
Generate stubs for WordPress 6.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
szepeviktor committed Sep 30, 2024
1 parent a5cca33 commit f50fd7e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion source/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"ext-mbstring": "*",
"ext-openssl": "*",
"ext-sodium": "*",
"johnpbloch/wordpress": "6.6.1"
"johnpbloch/wordpress": "6.6.2"
},
"minimum-stability": "stable",
"config": {
Expand Down
5 changes: 2 additions & 3 deletions wordpress-stubs.php
Original file line number Diff line number Diff line change
Expand Up @@ -89743,9 +89743,8 @@ function _wp_admin_bar_init()
* the function is also called late on {@see 'wp_footer'}.
*
* It includes the {@see 'admin_bar_menu'} action which should be used to hook in and
* add new menus to the admin bar. That way you can be sure that you are adding at most
* optimal point, right before the admin bar is rendered. This also gives you access to
* the `$post` global, among others.
* add new menus to the admin bar. This also gives you access to the `$post` global,
* among others.
*
* @since 3.1.0
* @since 5.4.0 Called on 'wp_body_open' action first, with 'wp_footer' as a fallback.
Expand Down

0 comments on commit f50fd7e

Please sign in to comment.