WordPress.org

Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Plugin API/Filter Reference/loginout

This page is marked as incomplete. You can help Codex by expanding it.

Description

loginout filters the HTML output for the Log In/Log Out link generated by the wp_loginout() function.

Parameters

$link
(string) (required) The HTML link content.
Default: None

Change Log

Since: 1.5

Source File

loginout is located in wp-includes/general-template.php

Related