Exchange Theme API: login (recover)
From IThemes Codex
it_exchange( 'login', 'recover', array( 'option' => 'value' ) ) Parameters string - $context the context or context.tag combination, if context.tag is used, the tag parameter can be omitted. string - $tag the tag, can be hyphenated or not. Prefix with 'get' as shorthand for the array( 'return' => 'true' ) option. mixed - $options associative array. Returns The recover password link.
Description
Used to output the recover password link.
Options
'format' - Used to return (instead of echo) the output. $default: 'html' $options: html, text, url, label 'label' - Used to set the label of the button. $default: 'Lost your password?' $options: Any text. 'class' - Used to set a class for the link. $default: false $options: Any class name. 'return' - Used to return (instead of echo) the output. $default: false $options: true, false
Usage
<?php it_exchange( 'login', 'recover' ); ?>