You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Loads all necessary admin bar items.",
1081
-
"long_description": "This is the hook used to add, remove, or manipulate admin bar items.",
1081
+
"long_description": "This hook can add, remove, or manipulate admin bar items. The priority determines the placement for new items, and changes to existing items would require a high priority. To remove or manipulate existing nodes without a specific priority, use `wp_before_admin_bar_render`.",
1082
1082
"tags": [
1083
1083
{
1084
1084
"name": "since",
@@ -1093,7 +1093,7 @@
1093
1093
"variable": "$wp_admin_bar"
1094
1094
}
1095
1095
],
1096
-
"long_description_html": "<p>This is the hook used to add, remove, or manipulate admin bar items.</p>"
1096
+
"long_description_html": "<p>This hook can add, remove, or manipulate admin bar items. The priority determines the placement for new items, and changes to existing items would require a high priority. To remove or manipulate existing nodes without a specific priority, use <code>wp_before_admin_bar_render</code>.</p>"
1097
1097
},
1098
1098
"args": 1
1099
1099
},
@@ -4339,7 +4339,7 @@
4339
4339
"file": "wp-cron.php",
4340
4340
"type": "action",
4341
4341
"doc": {
4342
-
"description": "Fires when an error happens rescheduling a cron event.",
4342
+
"description": "Fires if an error happens when rescheduling a cron event.",
4343
4343
"long_description": "",
4344
4344
"tags": [
4345
4345
{
@@ -4380,7 +4380,7 @@
4380
4380
"file": "wp-cron.php",
4381
4381
"type": "action",
4382
4382
"doc": {
4383
-
"description": "Fires when an error happens unscheduling a cron event.",
4383
+
"description": "Fires if an error happens when unscheduling a cron event.",
4384
4384
"long_description": "",
4385
4385
"tags": [
4386
4386
{
@@ -18369,7 +18369,7 @@
18369
18369
},
18370
18370
{
18371
18371
"name": "param",
18372
-
"content": "The unhashed generated application password.",
18372
+
"content": "The generated application password in plain text.",
18373
18373
"types": [
18374
18374
"string"
18375
18375
],
@@ -18842,7 +18842,7 @@
18842
18842
"name": "param",
18843
18843
"content": "SimplePie feed object (passed by reference).",
18844
18844
"types": [
18845
-
"\\SimplePie"
18845
+
"\\SimplePie\\SimplePie"
18846
18846
],
18847
18847
"variable": "$feed"
18848
18848
},
@@ -19720,6 +19720,11 @@
19720
19720
"name": "since",
19721
19721
"content": "6.2.0"
19722
19722
},
19723
+
{
19724
+
"name": "since",
19725
+
"content": "6.7.0",
19726
+
"description": "The <code>$old_user_data</code> parameter was added."
19727
+
},
19723
19728
{
19724
19729
"name": "param",
19725
19730
"content": "The plaintext password just set.",
@@ -19735,11 +19740,19 @@
19735
19740
"int"
19736
19741
],
19737
19742
"variable": "$user_id"
19743
+
},
19744
+
{
19745
+
"name": "param",
19746
+
"content": "Object containing user's data prior to update.",
19747
+
"types": [
19748
+
"\\WP_User"
19749
+
],
19750
+
"variable": "$old_user_data"
19738
19751
}
19739
19752
],
19740
19753
"long_description_html": ""
19741
19754
},
19742
-
"args": 2
19755
+
"args": 3
19743
19756
},
19744
19757
{
19745
19758
"name": "wp_sitemaps_init",
@@ -19943,7 +19956,7 @@
19943
19956
},
19944
19957
{
19945
19958
"name": "param",
19946
-
"content": "The updated app password details.",
19959
+
"content": "{ The updated application password details. @type string $uuid The unique identifier for the application password. @type string $app_id A UUID provided by the application to uniquely identify it. @type string $name The name of the application password. @type string $password A one-way hash of the password. @type int $created Unix timestamp of when the password was created. @type int|null $last_used The Unix timestamp of the GMT date the application password was last used. @type string|null $last_ip The IP address the application password was last used by. }",
0 commit comments