_x( 'Information', 'tab', 'arkhe' ), 'licence' => __( 'Licence registration', 'arkhe' ), ); // 現在表示中のタブ // phpcs:ignore WordPress.Security.NonceVerification.Recommended $now_tab = isset( $_GET['tab'] ) ? sanitize_text_field( wp_unslash( $_GET['tab'] ) ) : 'info'; // タブリスト echo ''; // コンテンツ echo '
'; include __DIR__ . '/theme_menu/' . $now_tab . '.php'; echo '
'; ?>