wpseek.com
WordPress开发者和主题制作者的搜索引擎



login_form_middle › WordPress过滤钩子

Since3.0.0
已弃用n/a
apply_filters( 'login_form_middle', '', $args )
参数: (2)
  • (string) $content Content to display. Default empty.
    Required: Yes
  • (array) $args Array of login form arguments.
    Required: Yes
定义在:
文档:

Filters content to display in the middle of the login form.

The filter evaluates just following the location where the 'login-password' field is displayed.





源码

$login_form_middle = apply_filters( 'login_form_middle', '', $args );