File "html-section-nav.php"
Full path: /home/kosmetik/public_html/wp-content/plugins/woocommerce/includes/admin/helper/views/html-section-nav.php
File
size: 576 B
MIME-type: text/x-php
Charset: utf-8
Download Open Edit Advanced Editor Back
<?php
defined('ABSPATH') || exit;
?>
<nav class="nav-tab-wrapper woo-nav-tab-wrapper">
<a href="<?php
echo esc_url(admin_url('admin.php?page=wc-addons'));
?>" class="nav-tab"><?php
esc_html_e('Browse Extensions', 'woocommerce');
?></a>
<?php
$count_html = WC_Helper_Updater::get_updates_count_html();
$menu_title = sprintf(__('WooCommerce.com Subscriptions %s', 'woocommerce'), $count_html);
?>
<a href="<?php
echo esc_url(admin_url('admin.php?page=wc-addons§ion=helper'));
?>" class="nav-tab nav-tab-active"><?php
echo wp_kses_post($menu_title);
?></a>
</nav>