Server IP : 192.64.112.168 / Your IP : 3.137.174.189 Web Server : Apache System : Linux nc-ph-2300-85.bluforrest.com 4.18.0-513.9.1.el8_9.x86_64 #1 SMP Sat Dec 2 05:23:44 EST 2023 x86_64 User : expressoneac ( 1128) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /home/expressoneac/www/wp-content/themes/woodmart/inc/admin/dashboard/templates/ |
Upload File : |
<?php if ( ! woodmart_get_opt( 'white_label' ) ) : ?> <div class="xts-footer xts-theme-style"> <div class="xts-row"> <div class="xts-col"> <a class="xts-logo" href="https://xtemos.com/" target="_blank"> <img src="<?php echo esc_url( WOODMART_ASSETS_IMAGES . '/xtemos-logo-dark.svg' ); ?>" alt="<?php esc_html_e( 'Logo', 'woodmart' ); ?>"> </a> </div> <div class="xts-col-auto"> <?php new XTS\Inc\Admin\Dashboard\Menu( [ 'items' => [ [ 'link' => [ 'url' => 'https://xtemos.com/documentation/woodmart/', 'new_window' => true, ], 'icon' => 'documentation', 'text' => esc_html__( 'Documentation', 'woodmart' ), ], [ 'link' => [ 'url' => 'https://www.youtube.com/playlist?list=PLMw6W4rAaOgKKv0oexGHzpWBg1imvrval', 'new_window' => true, ], 'icon' => 'video-tutorials', 'text' => esc_html__( 'Video tutorials', 'woodmart' ), ], [ 'link' => [ 'url' => 'https://themeforest.net/downloads', 'new_window' => true, ], 'icon' => 'rate-theme', 'text' => esc_html__( 'Rate our theme', 'woodmart' ), ], [ 'link' => [ 'url' => 'https://xtemos.com/forums/forum/woodmart-premium-template/', 'new_window' => true, ], 'icon' => 'support-forum', 'text' => esc_html__( 'Support forum', 'woodmart' ), ], ], ] ); ?> </div> </div> </div> <?php endif; ?>