Plugin Directory

Changeset 2882578


Ignore:
Timestamp:
03/18/2023 01:53:08 PM (3 years ago)
Author:
vcaddon
Message:

updated image_over_image plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • image-over-image-vc-extension/tags/3.0/plugin.class.php

    r2882576 r2882578  
    6565                            <?php endif ?>
    6666
    67                             <img src="<?php echo esc_html($front_image_url); ?> " alt="">
     67                            <img src="<?php echo esc_url($front_image_url); ?> " alt="">
    6868
    6969                            <?php if ( $ioi_image_effect == 'style9' ): ?>
     
    7272                        </div>
    7373                        <div class="he-content">
    74                             <img src="<?php echo esc_html($back_image_url); ?> " alt="">
     74                            <img src="<?php echo esc_url($back_image_url); ?> " alt="">
    7575                        </div>
    7676                    </a>
Note: See TracChangeset for help on using the changeset viewer.