login_form_middle
apply_filters( ‘login_form_middle’, string $content , array $args )
过滤钩子:过滤要在登录表单中间显示的内容。
Filter Hook: Filters content to display in the middle of the login form.
说明(Description)
过滤器仅在显示“登录密码”字段的位置后计算。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$content | (string) | 要显示的内容。默认为空。 |
$args | (array) | 登录表单参数的数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/general-template.php:511 | 1 | 0 |
login_form_middle 为WP2原创文章,链接:https://www.wp2.cn/hook/login_form_middle/