Submit
Path:
~
/
home
/
getwphos
/
public_html
/
seasons-newtheme
/
wp-content
/
plugins
/
learnpress
/
templates
/
profile
/
header
/
File Content:
user-bio.php
<?php /** * Template for displaying profile user bio. * * @author ThimPress * @package LearnPress/Templates */ defined( 'ABSPATH' ) || exit; $profile = LP_Profile::instance(); $user = $profile->get_user(); if ( ! isset( $user ) ) { return; } $bio = $user->get_description(); ?> <?php if ( $bio ) : ?> <div class="lp-profile-user-bio"> <?php echo wpautop( $bio ); ?> </div> <?php endif; ?>
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
user-bio.php
407 bytes
0644
user-name.php
365 bytes
0644
N4ST4R_ID | Naxtarrr