';
echo '
Current Token Status
';
echo '
Token: ' . esc_html(substr($current_token, 0, 20)) . '...
';
echo '
Status: ' . $status_text . '
';
echo '
Expires: ' . esc_html($expiry_date) . '
';
echo '
';
*/
foreach ( $settings_list as $key => $setting ) {
$value = ( isset( $options[ $key ] ) && ! empty( $options[ $key ] ) ) ? esc_attr( $options[ $key ] ) : '';
?>