Server : Apache System : Linux ls31.server.ly 3.10.0-962.3.2.lve1.5.68.el7.x86_64 #1 SMP Wed Apr 6 11:12:23 UTC 2022 x86_64 User : medchoco ( 2906) PHP Version : 8.3.16 Disable Function : mail Directory : /home/medchoco/public_html/wp-content/themes/puca/elementor_templates/ |
Upload File : |
<?php /** * Templates Name: Elementor * Widget: Video */ $heading_title = $heading_title_tag = $heading_subtitle = ''; extract( $settings ); $this->settings_layout(); ?> <div <?php echo $this->get_render_attribute_string('wrapper'); ?>> <?php if( !empty($heading_title) ) : ?> <<?php echo trim($heading_title_tag); ?> class="title-video"> <span><?php echo esc_html( $heading_title ); ?></span> </<?php echo trim($heading_title_tag); ?>> <?php endif; ?> <?php $this->the_video_content(); ?> </div>