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/plugins/woo-stripe-payment/includes/admin/views/ |
Upload File : |
<?php global $current_section; $tabs = apply_filters( 'wc_stripe_settings_nav_tabs', array() ); $last = count( $tabs ); $idx = 0; $tab_active = false; ?> <div class="wc-stripe-settings-logo"> <img class="paymentplugins-logo" src="<?php echo stripe_wc()->assets_url() . 'img/paymentplugins.svg'; ?>"/> <span><?php esc_html_e( 'for', 'woo-stripe-payment' ) ?></span> <img src="<?php echo stripe_wc()->assets_url() . 'img/stripe_logo.svg'; ?>"/> </div> <div class="stripe-settings-nav"> <?php foreach ( $tabs as $id => $tab ) : $idx ++ ?> <a class="nav-tab <?php if ( $current_section === $id || ( ! $tab_active && $last === $idx ) ) { echo 'nav-tab-active'; $tab_active = true; } ?>" href="<?php echo admin_url( 'admin.php?page=wc-settings&tab=checkout§ion=' . $id ); ?>"><?php echo esc_attr( $tab ); ?></a> <?php endforeach; ?> </div> <div class="clear"></div>