Filter hook 'login_form_middle'

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

Description

Filters content to display in the middle of the login form. The filter evaluates just following the location where the 'login-password' field is displayed.

Occurrences

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

Parameters

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

PHP Doc

/**
	 * Filters content to display in the middle of the login form.
	 *
	 * The filter evaluates just following the location where the 'login-password'
	 * field is displayed.
	 *
	 * @since 3.0.0
	 *
	 * @param string $content Content to display. Default empty.
	 * @param array  $args    Array of login form arguments.
	 */