PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
shortcodes
/
single-image
/
templates
/
parts
<?php if ( $icon_type == 'custom-icon' && ! empty ( $custom_icon ) ) { ?> <?php if ( ! empty( $link ) ) : ?> <a itemprop="url" href="<?php echo esc_url( $link ); ?>" target="<?php echo esc_attr( $target ); ?>"> <?php endif; ?> <?php echo wp_get_attachment_image( $custom_icon, 'full' ); ?> <?php if ( ! empty( $link ) ) : ?> </a> <?php endif; ?> <?php }
[+]
..
[-] background-image.php
[edit]
[-] icon-pack.php
[edit]
[-] custom-icon.php
[edit]
[-] image.php
[edit]