HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/insiders/wp-load/wp-content/plugins/affiliatex/templates/blocks/specifications.php
<div <?php echo $wrapper_attributes ?>>
    <div class="affx-specification-block-container">
        <table class="affx-specification-table <?php echo esc_attr($layoutStyle) ?>">
            <?php if($edSpecificationTitle): ?>
                <thead>
                    <tr>
                        <th class="affx-spec-title" colspan="2">
                            <<?php echo esc_attr($specificationTitleTag) ?> class="affx-specification-title">
                                <?php echo wp_kses_post($specificationTitle) ?>
                            </<?php echo esc_attr($specificationTitleTag) ?>>
                        </th>
                    </tr>
                </thead>
            <?php endif; ?>
            <tbody>
                <?php foreach($specificationTable as $specification): ?>
                    <tr>
                        <td class="affx-spec-label"><?php echo wp_kses_post($specification['specificationLabel']) ?></td>
                        <td class="affx-spec-value"><?php echo wp_kses_post($specification['specificationValue']) ?></td>
                    </tr>
                <?php endforeach; ?>
            </tbody>
        </table>
    </div>
</div>