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

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


Description Description

The filter evaluates just preceding the closing form tag element.


Parameters Parameters

$content

(string) Content to display. Default empty.

$args

(array) Array of login form arguments.


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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