Done !
Server IP : 162.0.217.223 / Your IP : 216.73.216.168 Web Server : LiteSpeed System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64 User : mypckeys ( 1539) PHP Version : 8.1.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/mypckeys/www/wp-content/themes/woodmart/inc/admin/modules/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\Admin\Modules\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; ?>