login_form_top
apply_filters( ‘login_form_top’, string $content , array $args )
筛选挂钩:筛选要显示在登录表单顶部的内容。
Filter Hook: Filters content to display at the top of the login form.
说明(Description)
过滤器的计算结果紧跟在打开的form标记元素之后。
参数(Parameters)
参数 | 类型 | 说明 |
---|---|---|
$content | (string) | 要显示的内容。默认为空。 |
$args | (array) | 登录表单参数的数组。 |
源码(Source)
更新版本 | 源码位置 | 使用 | 被使用 |
---|---|---|---|
3.0.0 | wp-includes/general-template.php:498 | 1 | 0 |
login_form_top 为WP2原创文章,链接:https://www.wp2.cn/hook/login_form_top/