• File: tabs.php
  • Full Path: /home/chassiw/www/wp-content/plugins/meta-box/inc/about/sections/tabs.php
  • File size: 434 bytes
  • MIME-type: text/x-php
  • Charset: utf-8
<?php
/**
 * Tabs navigation.
 *
 * @package Meta Box
 */

?>
<h2 class="nav-tab-wrapper">
	<a href="#getting-started" class="nav-tab nav-tab-active"><?php esc_html_e( 'Getting Started', 'meta-box' ); ?></a>
	<?php do_action( 'rwmb_about_tabs' ); ?>
	<a href="#extensions" class="nav-tab"><?php esc_html_e( 'Extensions', 'meta-box' ); ?></a>
	<a href="#support" class="nav-tab"><?php esc_html_e( 'Support', 'meta-box' ); ?></a>
</h2>