PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
widgets
<?php extract( $args ); extract( $instance ); $title = apply_filters('widget_title', $instance['title']); if ( $title ) { echo trim($before_title) . trim( $title ) . $after_title; } $embed_code = wp_oembed_get( $instance['video_link'], array( 'width'=> $instance['video_width'] ) ); ?> <div class="widget-video-content widget-content"> <div class="widget-video-inner embed-responsive embed-responsive-16by9"> <?php if ( $embed_code ) { ?> <?php echo trim($embed_code); ?> <?php } else { ?> <span class="visual-video-error text-error"> <?php esc_html_e( 'Video error!', 'besa' ); ?> </span> <?php } ?> </div> <?php if ( $video_name ) { ?> <h6 class="widget-video-name"> <?php echo trim($instance['video_name']); ?> </h6> <?php } ?> </div>
[+]
..
[-] custom-menu.php
[edit]
[-] video.php
[edit]
[-] socials.php
[edit]
[-] instagram.php
[edit]
[-] product-brand-image.php
[edit]
[-] single-image.php
[edit]
[-] contact-info.php
[edit]
[-] banner-image.php
[edit]
[-] woo-carousel.php
[edit]
[-] recent-post.php
[edit]
[-] popup-newsletter.php
[edit]
[-] top-rate.php
[edit]
[-] list-categories.php
[edit]
[-] popular-post.php
[edit]
[-] .widgets.php
[edit]
[-] posts.php
[edit]
[-] recent-comment.php
[edit]