Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/general-template.php | apply_filters | 391 | /** * Filters the HTML output for the Log In/Log Out link. * * @since 1.5.0 * * @param string $link The HTML link content. */ |
wp-includes/general-template.php | apply_filters | 394 | /** * Filters the HTML output for the Log In/Log Out link. * * @since 1.5.0 * * @param string $link The HTML link content. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $link | The HTML link content. |
string | $link | The HTML link content. |