Example #1
0
 public function __construct()
 {
     if (is_user_logged_in()) {
         wp_redirect(wpsc_get_store_url());
         exit;
     }
     $this->title = wpsc_get_password_reminder_title();
     parent::__construct();
 }
Example #2
0
function wpsc_password_reminder_title()
{
    echo wpsc_get_password_reminder_title();
}