array( 'name' => __( 'Modules', 'gp-premium' ), 'url' => admin_url( 'themes.php?page=generate-options' ), 'class' => 'appearance_page_generate-options' === $screen->id ? 'active' : '', ), ) ); // Don't print any markup if we only have one tab. if ( count( $tabs ) === 1 ) { return; } ?>
%3$s', esc_url( $tab['url'] ), esc_attr( $tab['class'] ), esc_html( $tab['name'] ) ); } ?>