Filter hook 'login_form_top'

in WP Core File wp-includes/general-template.php at line 569

Description

Filters content to display at the top of the login form. The filter evaluates just following the opening form tag element.

Occurrences

Filename Line Number
wp-includes/general-template.php 569

Parameters

Type Name Description
string $content Content to display. Default empty.
array $args Array of login form arguments.

PHP Doc

/**
	 * Filters content to display at the top of the login form.
	 *
	 * The filter evaluates just following the opening form tag element.
	 *
	 * @since 3.0.0
	 *
	 * @param string $content Content to display. Default empty.
	 * @param array  $args    Array of login form arguments.
	 */