过滤器::过滤用户在管理中编辑注释后重定向到的URI。
apply_filters( ‘comment_edit_redirect’, string $location , int $comment_id )
参数(Parameters)
| 参数 | 类型 | 说明 |
|---|---|---|
| $location | (string) | 用户将被重定向到的URI。 |
| $comment_id | (int) | 正在编辑的注释的ID。 |
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 2.1.0 | wp-admin/comment.php:350 | 0 | 0 |
过滤器::过滤用户在管理中编辑注释后重定向到的URI。
apply_filters( ‘comment_edit_redirect’, string $location , int $comment_id )
| 参数 | 类型 | 说明 |
|---|---|---|
| $location | (string) | 用户将被重定向到的URI。 |
| $comment_id | (int) | 正在编辑的注释的ID。 |
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 2.1.0 | wp-admin/comment.php:350 | 0 | 0 |
之前