golden hour
/var/www/html/wp-content/plugins/js_composer/include/templates/pages/partials
⬆️ Go Up
Upload
File/Folder
Size
Actions
_settings_tabs.php
467 B
Del
OK
_tabs.php
513 B
Del
OK
vc-roles-parts
-
Del
OK
Edit: _settings_tabs.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } ?> <h2 class="nav-tab-wrapper"> <?php foreach ( $tabs as $slug => $title ) : ?> <?php $url = 'admin.php?page=' . rawurlencode( $slug ); ?> <a href="<?php echo esc_attr( is_network_admin() ? network_admin_url( $url ) : admin_url( $url ) ); ?>" class="nav-tab<?php echo $active_tab === $slug ? esc_attr( ' nav-tab-active' ) : ''; ?>"> <?php echo esc_html( $title ); ?> </a> <?php endforeach ?> </h2>
Save