Skip to content

Commit 16a87e3

Browse files
committed
Final actions and filters for 6.4.
1 parent d9f8d29 commit 16a87e3

File tree

3 files changed

+77
-34
lines changed

3 files changed

+77
-34
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"wp-hooks/generator": "0.9.0",
2929
"oomphinc/composer-installers-extender": "^2",
3030
"roots/wordpress-core-installer": "^1.0.0",
31-
"roots/wordpress-full": "dev-main"
31+
"roots/wordpress-full": "6.4.0"
3232
},
3333
"extra": {
3434
"wordpress-install-dir": "vendor/wordpress/wordpress",

hooks/actions.json

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -18314,39 +18314,6 @@
1831418314
},
1831518315
"args": 1
1831618316
},
18317-
{
18318-
"name": "wp_create_file_in_uploads",
18319-
"file": "wp-admin/includes/class-custom-image-header.php",
18320-
"type": "action",
18321-
"doc": {
18322-
"description": "Fires after the header image is set or an error is returned.",
18323-
"long_description": "",
18324-
"tags": [
18325-
{
18326-
"name": "since",
18327-
"content": "2.1.0"
18328-
},
18329-
{
18330-
"name": "param",
18331-
"content": "Path to the file.",
18332-
"types": [
18333-
"string"
18334-
],
18335-
"variable": "$file"
18336-
},
18337-
{
18338-
"name": "param",
18339-
"content": "Attachment ID.",
18340-
"types": [
18341-
"int"
18342-
],
18343-
"variable": "$attachment_id"
18344-
}
18345-
],
18346-
"long_description_html": ""
18347-
},
18348-
"args": 2
18349-
},
1835018317
{
1835118318
"name": "wp_create_nav_menu",
1835218319
"file": "wp-includes/nav-menu.php",

hooks/filters.json

Lines changed: 76 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35138,6 +35138,11 @@
3513835138
"name": "since",
3513935139
"content": "6.0.0"
3514035140
},
35141+
{
35142+
"name": "since",
35143+
"content": "6.4.0",
35144+
"description": "Added <code>late_route_registration</code>, <code>autosave_rest_controller_class</code> and <code>revisions_rest_controller_class</code> arguments."
35145+
},
3514135146
{
3514235147
"name": "param",
3514335148
"content": "Array of arguments for registering a post type. See the register_post_type() function for accepted arguments.",
@@ -38169,6 +38174,11 @@
3816938174
"name": "since",
3817038175
"content": "4.4.0"
3817138176
},
38177+
{
38178+
"name": "since",
38179+
"content": "6.3.2",
38180+
"description": "Moved the block to catch the filter added on rest_cookie_check_errors() from rest-api.php"
38181+
},
3817238182
{
3817338183
"name": "param",
3817438184
"content": "Whether to send no-cache headers.",
@@ -51110,6 +51120,39 @@
5111051120
},
5111151121
"args": 2
5111251122
},
51123+
{
51124+
"name": "wp_authorize_application_redirect_url_invalid_protocols",
51125+
"file": "wp-admin/includes/user.php",
51126+
"type": "filter",
51127+
"doc": {
51128+
"description": "Filters the list of invalid protocols used in applications redirect URLs.",
51129+
"long_description": "",
51130+
"tags": [
51131+
{
51132+
"name": "since",
51133+
"content": "6.3.2"
51134+
},
51135+
{
51136+
"name": "param",
51137+
"content": "Array of invalid protocols.",
51138+
"types": [
51139+
"string[]"
51140+
],
51141+
"variable": "$bad_protocols"
51142+
},
51143+
{
51144+
"name": "param",
51145+
"content": "The redirect URL to be validated.",
51146+
"types": [
51147+
"string"
51148+
],
51149+
"variable": "$url"
51150+
}
51151+
],
51152+
"long_description_html": ""
51153+
},
51154+
"args": 2
51155+
},
5111351156
{
5111451157
"name": "wp_cache_themes_persistently",
5111551158
"file": "wp-includes/theme.php",
@@ -51709,6 +51752,39 @@
5170951752
},
5171051753
"args": 3
5171151754
},
51755+
{
51756+
"name": "wp_create_file_in_uploads",
51757+
"file": "wp-admin/includes/class-custom-image-header.php",
51758+
"type": "filter",
51759+
"doc": {
51760+
"description": "Filters the attachment file path after the custom header or background image is set.",
51761+
"long_description": "Used for file replication.",
51762+
"tags": [
51763+
{
51764+
"name": "since",
51765+
"content": "2.1.0"
51766+
},
51767+
{
51768+
"name": "param",
51769+
"content": "Path to the file.",
51770+
"types": [
51771+
"string"
51772+
],
51773+
"variable": "$file"
51774+
},
51775+
{
51776+
"name": "param",
51777+
"content": "Attachment ID.",
51778+
"types": [
51779+
"int"
51780+
],
51781+
"variable": "$attachment_id"
51782+
}
51783+
],
51784+
"long_description_html": "<p>Used for file replication.</p>"
51785+
},
51786+
"args": 2
51787+
},
5171251788
{
5171351789
"name": "wp_dashboard_widgets",
5171451790
"file": "wp-admin/includes/dashboard.php",

0 commit comments

Comments
 (0)