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



login_form_top › WordPress Filter Hooks

Da3.0.0
Deprecaton/a
apply_filters( 'login_form_top', '', $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 at the top of the login form.

The filter evaluates just following the opening form tag element.





Sorgenti

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