[ Avaa Bypassed ]




Upload:

Command:

hmhc3928@3.149.230.132: ~ $
<?php
/**
 * Template for displaying main user profile page.
 *
 * This template can be overridden by copying it to yourtheme/learnpress/profile/profile.php.
 *
 * @author   ThimPress
 * @package  Learnpress/Templates
 * @version  3.0.0
 */

/**
 * Prevent loading this file directly
 */
defined( 'ABSPATH' ) || exit();

$profile = LP_Global::profile();

if ( $profile->is_public() ) {
	?>

    <div class="learn-press-user-profile profile-container" id="learn-press-user-profile">
        <div class="user-tab">
            <?php
            /**
             * @since 3.0.0
             */
            do_action( 'learn-press/before-user-profile', $profile );
            ?>
        </div>

        <div class="profile-tabs">
            <?php
            /**
             * @since 3.0.0
             */
            do_action( 'learn-press/user-profile', $profile );
            ?>
        </div>

        <?php
        /**
         * @since 3.0.0
         */
        do_action( 'learn-press/after-user-profile', $profile );
        ?>
    </div>

<?php } else {
	_e( 'This user does not public their profile.', 'eduma' );
}

Filemanager

Name Type Size Permission Actions
tabs Folder 0755
content.php File 1.65 KB 0644
not-logged-in.php File 582 B 0644
profile-cover.php File 2.59 KB 0644
profile.php File 1.1 KB 0644
tabs.php File 1.57 KB 0644