You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
410 B
9 lines
410 B
<?php defined( 'ABSPATH' ) || die ?>
|
|
|
|
<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>
|