Sindbad~EG File Manager
<?php
/**
* Template for displaying logged in form.
*
* This template can be overridden by copying it to yourtheme/learnpress/checkout/form-logged-in.php.
*
* @author ThimPress
* @package Learnpress/Templates
* @version 4.0.1
*/
defined( 'ABSPATH' ) || exit();
if ( ! is_user_logged_in() ) {
return;
}
global $user_identity;
?>
<div id="checkout-account-logged-in" class="lp-checkout-block left">
<p>
<?php
printf(
__( 'Logged in as <a href="%1$s">%2$s</a>.', 'learnpress' ),
LP_Page_Controller::get_link_page( 'profile' ),
$user_identity
);
?>
<a href="<?php echo esc_url_raw( wp_logout_url( get_permalink() ) ); ?>" title="<?php esc_attr_e( 'Log out of this account', 'learnpress' ); ?>">
<?php esc_html_e( 'Log out »', 'learnpress' ); ?>
</a>
</p>
</div>
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists