Filter hook 'loginout'

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

Description

Filters the HTML output for the Log In/Log Out link.

Occurrences

Filename Line Number
wp-includes/general-template.php 399
wp-includes/general-template.php 402

Parameters

Type Name Description
string $link The HTML link content.

PHP Doc

/**
		 * Filters the HTML output for the Log In/Log Out link.
		 *
		 * @since 1.5.0
		 *
		 * @param string $link The HTML link content.
		 */