PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
nectar-vc-addons
/
vc_templates
<?php extract(shortcode_atts(array( "image_url" => '', "image_2_url" => '' ), $atts)); wp_enqueue_script('twentytwenty'); wp_enqueue_style('twentytwenty'); $alt_tag = null; $alt_tag_2 = null; if(!empty($image_url)) { if(!preg_match('/^\d+$/',$image_url)){ $image_url = $image_url; } else { $wp_img_alt_tag = get_post_meta( $image_url, '_wp_attachment_image_alt', true ); if(!empty($wp_img_alt_tag)) $alt_tag = $wp_img_alt_tag; $image_src = wp_get_attachment_image_src($image_url, 'full'); $image_url = $image_src[0]; } } else $image_url = vc_asset_url( 'images/before.jpg' ); if(!empty($image_2_url)) { if(!preg_match('/^\d+$/',$image_2_url)){ $image_2_url = $image_2_url; } else { $wp_img_alt_tag_2 = get_post_meta( $image_2_url, '_wp_attachment_image_alt', true ); if(!empty($wp_img_alt_tag_2)) $alt_tag_2 = $wp_img_alt_tag_2; $image_src = wp_get_attachment_image_src($image_2_url, 'full'); $image_2_url = $image_src[0]; } } else $image_2_url = vc_asset_url( 'images/after.jpg' ); echo "<div class='twentytwenty-container'> <img src='".$image_url."' alt='".$alt_tag."'> <img src='".$image_2_url."' alt='".$alt_tag_2."'> </div>"; ?>
[+]
..
[-] nectar_horizontal_list_item.php
[edit]
[-] morphing_outline.php
[edit]
[-] vc_column.php
[edit]
[-] tabbed_section.php
[edit]
[-] testimonial.php
[edit]
[-] nectar_animated_title.php
[edit]
[-] vc_pie.php
[edit]
[-] client.php
[edit]
[-] nectar_image_comparison.php
[edit]
[-] testimonial_slider.php
[edit]
[-] nectar_icon_list_item.php
[edit]
[-] nectar_gradient_text.php
[edit]
[-] toggle.php
[edit]
[-] item.php
[edit]
[-] vc_column_inner.php
[edit]
[-] vc_widget_sidebar.php
[edit]
[-] nectar_icon.php
[edit]
[-] tab.php
[edit]
[-] vc_row_inner.php
[edit]
[-] desktop.ini
[edit]
[-] nectar_video_lightbox.php
[edit]
[-] toggles.php
[edit]
[-] nectar_hotspot.php
[edit]
[-] vc_column_text.php
[edit]
[-] nectar_gmap.php
[edit]
[-] carousel.php
[edit]
[-] vc_row.php
[edit]
[-] nectar_woo_products.php
[edit]
[-] nectar_cta.php
[edit]
[-] page_submenu.php
[edit]
[-] page_link.php
[edit]
[-] nectar_icon_list.php
[edit]
[-] clients.php
[edit]
[-] pricing_table.php
[edit]
[-] nectar_image_with_hotspots.php
[edit]
[-] nectar_flip_box.php
[edit]
[-] nectar_single_testimonial.php
[edit]
[-] fancy_box.php
[edit]
[-] full_width_section.php
[edit]
[-] nectar_food_menu_item.php
[edit]
[-] nectar_cascading_images.php
[edit]
[-] pricing_column.php
[edit]
[-] nectar_btn.php
[edit]
[-] split_line_heading.php
[edit]
[-] vc_gallery.php
[edit]