login_form_top

Advertisement

Summery Summery

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

Syntax Syntax

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

Description Description

The filter evaluates just following the opening form tag element.

Parameters Parameters

$content

Content to display. Default empty.

$args

Array of login form arguments.

Source Source

File: wp-includes/general-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Advertisement

Leave a Reply