wpseek.com
A WordPress-centric search engine for devs and theme authors



login_form_middle › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'login_form_middle', '', $args )
Parameters: (2)
  • (string) $content Content to display. Default empty.
    Required: Yes
  • (array) $args Array of login form arguments.
    Required: Yes
Defined at:
Codex:

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.





Source

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