WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_form_top

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/general-template.php apply_filters 552 /**
* 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.
*/

Hook Parameters

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