theme_my_login()
Get the Theme My Login instance.
Description
Theme_My_Login theme_my_login()
Get the main instance of the plugin.
Parameters
This function does not accept any parameters.
Return Values
Returns the Theme_My_Login instance.
Examples
Example #1 Getting an action
$action = theme_my_login()->get_action( 'login' );
Example #2 Getting a form
$form = theme_my_login()->get_form( 'login' );