wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



login_form_middle › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'login_form_middle', '', $args )
Parametri: (2)
  • (string) $content Content to display. Default empty.
    Richiesto:
  • (array) $args Array of login form arguments.
    Richiesto:
Definito a:
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.





Sorgenti

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