HEX
Server: LiteSpeed
System: Linux server240.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
User: creaqbdc (8964)
PHP: 8.0.30
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/elementskit/widgets/pinterest-feed/markup/pin.php
<?php $has_title = !empty(trim($item['title'], " ")) ? ' has-title' : ''; ?>
<div class='ekit-feed-pinterest-pin<?php echo esc_attr($has_title) ?>'>

    <!-- Start top right logo -->
    <div class='ekit-feed-pinterest-pin--top-logo'>
        <?php 
            $migrated = isset( $settings['__fa4_migrated']['top_right_logo_icons'] );
            $is_new = empty( $top_right_logo_icon );
            if ( $is_new || $migrated ) :
                \Elementor\Icons_Manager::render_icon( $settings['top_right_logo_icons'], [ 'aria-hidden' => 'true'] );
            else : ?>
                <i class="<?php echo esc_attr($settings['top_right_logo_icons']); ?>" aria-hidden="true"></i>
            <?php endif;
        ?>
    </div>
    <!-- End top right logo -->
	
    <?php echo wp_kses( $item['description'], \ElementsKit_Lite\Utils::get_kses_array()); ?>
</div>