Skip to content

Commit 4142681

Browse files
committed
More updates for 6.3.
1 parent cec4060 commit 4142681

File tree

1 file changed

+61
-10
lines changed

1 file changed

+61
-10
lines changed

hooks/filters.json

Lines changed: 61 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18341,7 +18341,7 @@
1834118341
"types": [
1834218342
"bool"
1834318343
],
18344-
"variable": ""
18344+
"variable": "$show"
1834518345
}
1834618346
],
1834718347
"long_description_html": ""
@@ -20985,7 +20985,7 @@
2098520985
"file": "wp-login.php",
2098620986
"type": "filter",
2098720987
"doc": {
20988-
"description": "Filters the Languages select input activation on the login screen.",
20988+
"description": "Filters whether to display the Language selector on the login screen.",
2098920989
"long_description": "",
2099020990
"tags": [
2099120991
{
@@ -20994,11 +20994,11 @@
2099420994
},
2099520995
{
2099620996
"name": "param",
20997-
"content": "Whether to display the Languages select input on the login screen.",
20997+
"content": "Whether to display the Language selector on the login screen.",
2099820998
"types": [
2099920999
"bool"
2100021000
],
21001-
"variable": ""
21001+
"variable": "$display"
2100221002
}
2100321003
],
2100421004
"long_description_html": ""
@@ -35411,18 +35411,31 @@
3541135411
"name": "since",
3541235412
"content": "5.5.0"
3541335413
},
35414+
{
35415+
"name": "since",
35416+
"content": "6.3.0",
35417+
"description": "The <code>$request</code> parameter was added."
35418+
},
3541435419
{
3541535420
"name": "param",
3541635421
"content": "The list of request headers to allow.",
3541735422
"types": [
3541835423
"string[]"
3541935424
],
3542035425
"variable": "$allow_headers"
35426+
},
35427+
{
35428+
"name": "param",
35429+
"content": "The request in context.",
35430+
"types": [
35431+
"\\WP_REST_Request"
35432+
],
35433+
"variable": "$request"
3542135434
}
3542235435
],
3542335436
"long_description_html": "<p>The allowed headers are passed to the browser to specify which headers can be passed to the REST API. By default, we allow the Content-* headers needed to upload files to the media endpoints. As well as the Authorization and Nonce headers for allowing authentication.</p>"
3542435437
},
35425-
"args": 1
35438+
"args": 2
3542635439
},
3542735440
{
3542835441
"name": "rest_authentication_errors",
@@ -35746,18 +35759,31 @@
3574635759
"name": "since",
3574735760
"content": "5.5.0"
3574835761
},
35762+
{
35763+
"name": "since",
35764+
"content": "6.3.0",
35765+
"description": "The <code>$request</code> parameter was added."
35766+
},
3574935767
{
3575035768
"name": "param",
3575135769
"content": "The list of response headers to expose.",
3575235770
"types": [
3575335771
"string[]"
3575435772
],
3575535773
"variable": "$expose_headers"
35774+
},
35775+
{
35776+
"name": "param",
35777+
"content": "The request in context.",
35778+
"types": [
35779+
"\\WP_REST_Request"
35780+
],
35781+
"variable": "$request"
3575635782
}
3575735783
],
3575835784
"long_description_html": ""
3575935785
},
35760-
"args": 1
35786+
"args": 2
3576135787
},
3576235788
{
3576335789
"name": "rest_get_max_batch_size",
@@ -55811,6 +55837,31 @@
5581155837
},
5581255838
"args": 2
5581355839
},
55840+
{
55841+
"name": "wp_navigation_should_create_fallback",
55842+
"file": "wp-includes/class-wp-navigation-fallback.php",
55843+
"type": "filter",
55844+
"doc": {
55845+
"description": "Filters whether or not a fallback should be created.",
55846+
"long_description": "",
55847+
"tags": [
55848+
{
55849+
"name": "since",
55850+
"content": "6.3.0"
55851+
},
55852+
{
55853+
"name": "param",
55854+
"content": "Whether to create a fallback navigation menu. Default true.",
55855+
"types": [
55856+
"bool"
55857+
],
55858+
"variable": ""
55859+
}
55860+
],
55861+
"long_description_html": ""
55862+
},
55863+
"args": 1
55864+
},
5581455865
{
5581555866
"name": "wp_network_dashboard_widgets",
5581655867
"file": "wp-admin/includes/dashboard.php",
@@ -59096,7 +59147,7 @@
5909659147
"types": [
5909759148
"\\WP_Theme_JSON_Data"
5909859149
],
59099-
"variable": ""
59150+
"variable": "$theme_json"
5910059151
}
5910159152
],
5910259153
"long_description_html": ""
@@ -59121,7 +59172,7 @@
5912159172
"types": [
5912259173
"\\WP_Theme_JSON_Data"
5912359174
],
59124-
"variable": ""
59175+
"variable": "$theme_json"
5912559176
}
5912659177
],
5912759178
"long_description_html": ""
@@ -59146,7 +59197,7 @@
5914659197
"types": [
5914759198
"\\WP_Theme_JSON_Data"
5914859199
],
59149-
"variable": ""
59200+
"variable": "$theme_json"
5915059201
}
5915159202
],
5915259203
"long_description_html": ""
@@ -59171,7 +59222,7 @@
5917159222
"types": [
5917259223
"\\WP_Theme_JSON_Data"
5917359224
],
59174-
"variable": ""
59225+
"variable": "$theme_json"
5917559226
}
5917659227
],
5917759228
"long_description_html": ""

0 commit comments

Comments
 (0)