Skip to content

Commit f6392b6

Browse files
committed
New actions.
1 parent 6cd818a commit f6392b6

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

hooks/actions.json

Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3853,6 +3853,39 @@
38533853
},
38543854
"args": 3
38553855
},
3856+
{
3857+
"name": "comment_reply_to_unapproved_comment",
3858+
"file": "wp-includes/comment.php",
3859+
"type": "action",
3860+
"doc": {
3861+
"description": "Fires when a comment reply is attempted to an unapproved comment.",
3862+
"long_description": "",
3863+
"tags": [
3864+
{
3865+
"name": "since",
3866+
"content": "6.2.0"
3867+
},
3868+
{
3869+
"name": "param",
3870+
"content": "Post ID.",
3871+
"types": [
3872+
"int"
3873+
],
3874+
"variable": "$comment_post_id"
3875+
},
3876+
{
3877+
"name": "param",
3878+
"content": "Parent comment ID.",
3879+
"types": [
3880+
"int"
3881+
],
3882+
"variable": "$comment_parent"
3883+
}
3884+
],
3885+
"long_description_html": ""
3886+
},
3887+
"args": 2
3888+
},
38563889
{
38573890
"name": "comment_{$new_status}_{$comment->comment_type}",
38583891
"aliases": [
@@ -19421,6 +19454,39 @@
1942119454
},
1942219455
"args": 2
1942319456
},
19457+
{
19458+
"name": "wp_set_password",
19459+
"file": "wp-includes/pluggable.php",
19460+
"type": "action",
19461+
"doc": {
19462+
"description": "Fires after the user password is set.",
19463+
"long_description": "",
19464+
"tags": [
19465+
{
19466+
"name": "since",
19467+
"content": "6.2.0"
19468+
},
19469+
{
19470+
"name": "param",
19471+
"content": "The plaintext password just set.",
19472+
"types": [
19473+
"string"
19474+
],
19475+
"variable": "$password"
19476+
},
19477+
{
19478+
"name": "param",
19479+
"content": "The ID of the user whose password was just set.",
19480+
"types": [
19481+
"int"
19482+
],
19483+
"variable": "$user_id"
19484+
}
19485+
],
19486+
"long_description_html": ""
19487+
},
19488+
"args": 2
19489+
},
1942419490
{
1942519491
"name": "wp_sitemaps_init",
1942619492
"file": "wp-includes/sitemaps.php",

0 commit comments

Comments
 (0)