apply_filters( 'login_form_bottom', string $content, array $args )

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


Description

The filter evaluates just preceding the closing form tag element.


Parameters

$content

(string) Content to display. Default empty.

$args

(array) Array of login form arguments.


Source

File: wp-includes/general-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.