wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



login_form_bottom › WordPress Filter Hooks

Seit3.0.0
Veraltetn/v
apply_filters( 'login_form_bottom', '', $args )
Parameter: (2)
  • (string) $content Content to display. Default empty.
    Erforderlich: Ja
  • (array) $args Array of login form arguments.
    Erforderlich: Ja
Definiert in:
Codex:

Filters content to display at the bottom of the login form.

The filter evaluates just preceding the closing form tag element.





Quellcode

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