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/buttons.php
<div <?php echo $wrapper_attributes ?>>
    <div class="affx-btn-inner">
        <?php if (isset($elementorLinkAttributes)): ?>
            <a <?php echo $elementorLinkAttributes; ?>>
                <?php echo $iconLeft ?>
                <span class="affiliatex-btn"><?php echo wp_kses_post($buttonLabel) ?></span>
                <?php echo $iconRight ?>
                <?php if($layoutStyle === 'layout-type-2' && $priceTagPosition): ?>
                    <span class="price-tag">
                        <?php echo wp_kses_post($productPrice) ?>
                    </span>
                <?php endif; ?>
            </a>
        <?php else: ?>
            <a href="<?php echo esc_url(do_shortcode($buttonURL)) ?>" 
               class="<?php echo esc_attr($classNames) ?>" 
               rel="<?php echo esc_attr($rel) ?>"
               <?php echo $target ?>
               <?php echo $download ? 'download' : ''; ?>
            >
                <?php echo $iconLeft ?>
                <span class="affiliatex-btn"><?php echo wp_kses_post($buttonLabel) ?></span>
                <?php echo $iconRight ?>
                <?php if($layoutStyle === 'layout-type-2' && $priceTagPosition): ?>
                    <span class="price-tag">
                        <?php echo wp_kses_post($productPrice) ?>
                    </span>
                <?php endif; ?>
            </a>
        <?php endif; ?>
    </div>
</div>