%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/checkout/
Upload File :
Create Path :
Current File : /var/www/html/ceaa/wp-content/themes/eduma/learnpress-v2/checkout/form-logged-in.php

<?php
/**
 * @author  ThimPress
 * @package LearnPress/Templates
 * @version 1.0
 */

if ( !defined( 'ABSPATH' ) ) {
	exit; // Exit if accessed directly
}

if ( !is_user_logged_in() ) {
	return;
}

global $user_identity;
?>

<div class="message message-notice">
	<?php
	printf(
		__( 'Logged in as <a href="%1$s">%2$s</a>.', 'eduma' ),
		get_edit_user_link(),
		$user_identity
	);
	?>
	<a href="<?php echo wp_logout_url( get_permalink() ); ?>" title="<?php esc_attr_e( 'Log out of this account', 'eduma' ); ?>"><?php esc_html_e( 'Log out &raquo;', 'eduma' ); ?></a>
</div>

Zerion Mini Shell 1.0