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
Copy file name to clipboardExpand all lines: hooks/filters.json
+61-10Lines changed: 61 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -18341,7 +18341,7 @@
18341
18341
"types": [
18342
18342
"bool"
18343
18343
],
18344
-
"variable": ""
18344
+
"variable": "$show"
18345
18345
}
18346
18346
],
18347
18347
"long_description_html": ""
@@ -20985,7 +20985,7 @@
20985
20985
"file": "wp-login.php",
20986
20986
"type": "filter",
20987
20987
"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.",
20989
20989
"long_description": "",
20990
20990
"tags": [
20991
20991
{
@@ -20994,11 +20994,11 @@
20994
20994
},
20995
20995
{
20996
20996
"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.",
20998
20998
"types": [
20999
20999
"bool"
21000
21000
],
21001
-
"variable": ""
21001
+
"variable": "$display"
21002
21002
}
21003
21003
],
21004
21004
"long_description_html": ""
@@ -35411,18 +35411,31 @@
35411
35411
"name": "since",
35412
35412
"content": "5.5.0"
35413
35413
},
35414
+
{
35415
+
"name": "since",
35416
+
"content": "6.3.0",
35417
+
"description": "The <code>$request</code> parameter was added."
35418
+
},
35414
35419
{
35415
35420
"name": "param",
35416
35421
"content": "The list of request headers to allow.",
35417
35422
"types": [
35418
35423
"string[]"
35419
35424
],
35420
35425
"variable": "$allow_headers"
35426
+
},
35427
+
{
35428
+
"name": "param",
35429
+
"content": "The request in context.",
35430
+
"types": [
35431
+
"\\WP_REST_Request"
35432
+
],
35433
+
"variable": "$request"
35421
35434
}
35422
35435
],
35423
35436
"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>"
35424
35437
},
35425
-
"args": 1
35438
+
"args": 2
35426
35439
},
35427
35440
{
35428
35441
"name": "rest_authentication_errors",
@@ -35746,18 +35759,31 @@
35746
35759
"name": "since",
35747
35760
"content": "5.5.0"
35748
35761
},
35762
+
{
35763
+
"name": "since",
35764
+
"content": "6.3.0",
35765
+
"description": "The <code>$request</code> parameter was added."
35766
+
},
35749
35767
{
35750
35768
"name": "param",
35751
35769
"content": "The list of response headers to expose.",
0 commit comments