apply_filters( ‘login_form_bottom’, string $content, array $args )

In this article

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

Description

The filter evaluates just preceding the closing form tag element.

Parameters

$contentstring
Content to display. Default empty.
$argsarray
Array of login form arguments.

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.