GRAYBYTE WORDPRESS FILE MANAGER6742

Server IP : 68.65.123.43 / Your IP : 216.73.216.162
System : Linux server266.web-hosting.com 4.18.0-513.18.1.lve.el8.x86_64 #1 SMP Thu Feb 22 12:55:50 UTC 2024 x86_64
PHP Version : 8.0.30
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /home/inteuuod/public_html/wp-content/plugins/userswp/templates/
Upload Files :
Current_dir [ Writeable ] Document_root [ Writeable ]

Command :


Current File : /home/inteuuod/public_html/wp-content/plugins/userswp/templates//profile-tabs.php
<?php
/**
 * Profile tabs template (default)
 *
 * @ver 0.0.1
 */
$css_class    = ! empty( $args['css_class'] ) ? esc_attr( $args['css_class'] ) : '';
$output       = ! empty( $args['output'] ) ? esc_attr( $args['output'] ) : '';
$account_page = uwp_get_page_id( 'account_page', false );
$tabs_array   = $args['tabs_array'];
$active_tab   = $args['active_tab'];

do_action( 'uwp_template_before', 'profile-tabs' );
$user = uwp_get_displayed_user();
if ( ! $user ) {
	return;
}

echo '<div class="uwp-profile-content">';
if ( $output === '' || $output == 'head' ) {
	?>
    <div class="uwp-profile-nav">
        <ul class="item-list-tabs-ul">
			<?php
			if ( ! empty( $tabs_array ) ) {
				foreach ( $tabs_array as $tab ) {
					$tab_id  = $tab['tab_key'];
					$tab_url = uwp_build_profile_tab_url( $user->ID, $tab_id, false );

					$active = $active_tab == $tab_id ? ' active' : '';

					if ( $active_tab == $tab_id ) {
						$active_tab_content = $tab['tab_content_rendered'];
					}

					?>
                    <li id="uwp-profile-<?php echo esc_attr( $tab_id ); ?>"
                        class="<?php echo esc_attr( $active ); ?>">
                        <a href="<?php echo esc_url( $tab_url ); ?>">
                            <span class="uwp-profile-tab-label uwp-profile-<?php echo esc_attr( $tab_id ); ?>-label "><?php esc_html_e( $tab['tab_name'], 'userswp' ); ?></span>
                        </a>
                    </li>
					<?php
				}
			}
			?>
        </ul>
		<?php
		$can_user_edit_account = apply_filters( 'uwp_user_can_edit_own_profile', true, $user->ID );
		?>
		<?php if ( $account_page && is_user_logged_in() && ( get_current_user_id() == $user->ID ) && $can_user_edit_account ) { ?>
            <div class="uwp-edit-account">
                <a href="<?php echo esc_url( get_permalink( $account_page ) ); ?>"
                   title="<?php esc_attr_e( 'Edit Account', 'userswp' ); ?>"><i class="fas fa-cog"></i></a>
            </div>
		<?php } ?>
    </div>
	<?php
}
if ( $output === '' || $output == 'body' ) {
	if ( isset( $active_tab_content ) && ! empty( $active_tab_content ) ) {
		?>
        <div class="uwp-profile-entries">
			<?php
			echo $active_tab_content; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
			?>
        </div>
	<?php } ?>
<?php }
echo '</div>';
do_action( 'uwp_template_after', 'profile-tabs' ); ?>

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
July 10 2025 04:32:23
inteuuod / inteuuod
0755
bootstrap
--
July 10 2025 04:32:23
inteuuod / inteuuod
0755
emails
--
July 10 2025 04:32:23
inteuuod / inteuuod
0755
.htaccess
0.41 KB
July 10 2025 04:32:23
inteuuod / inteuuod
0644
account.php
1.018 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
change.php
1.509 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
comments-item.php
1.278 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
dashboard-simple.php
0.589 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
dashboard.php
2.038 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
forgot.php
1.646 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
login.php
2.372 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
loop-comments.php
0.892 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
loop-posts.php
0.828 KB
February 04 2025 23:32:52
inteuuod / inteuuod
0644
loop-users.php
1.481 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
modal-profile-image-crop.php
2.494 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
modal-profile-image.php
3.108 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
no-users-found.php
0.339 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
posts-post.php
1.273 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
profile-header.php
2.969 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
profile-tabs.php
2.325 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
profile.php
0.09 KB
July 16 2020 17:09:12
inteuuod / inteuuod
0644
register.php
2.337 KB
March 19 2025 15:13:04
inteuuod / inteuuod
0644
reset.php
2.269 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
search-form.php
1.035 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
user-avatar.php
1.762 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
user-cover.php
1.42 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
users-actions.php
1.921 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644
users-item.php
0.25 KB
March 13 2024 17:47:28
inteuuod / inteuuod
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF