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

In this article

Filters content to display in the middle of the login form.

Description

The filter evaluates just following the location where the ‘login-password’ field is displayed.

Parameters

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

Source

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

Changelog

VersionDescription
3.0.0Introduced.

User Contributed Notes

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