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



login_form_bottom › WordPress Filter Hooks

Since3.0.0
Deprecatedn/a
apply_filters( 'login_form_bottom', '', $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 at the bottom of the login form.

The filter evaluates just preceding the closing form tag element.





Source

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