File tree Expand file tree Collapse file tree 1 file changed +66
-0
lines changed Expand file tree Collapse file tree 1 file changed +66
-0
lines changed Original file line number Diff line number Diff line change 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": [
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",
You can’t perform that action at this time.
0 commit comments