????JFIF??x?x????'
Server IP : 104.21.16.1 / Your IP : 216.73.216.145 Web Server : LiteSpeed System : Linux premium151.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 User : tempvsty ( 647) PHP Version : 8.0.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/tempvsty/eaabusiness.com/wp-content/themes/globeco/vc_templates/ |
Upload File : |
<?php $el_class = isset( $atts['el_class'] ) ? $atts['el_class'] : ""; $el_class = esc_attr( $el_class ); $type = 'CWS_Twitter'; $widget_id = uniqid( strtolower("{$type}_") ); $widget_class = "widget" . ( !empty( $el_class ) ? " $el_class" : "" ); $args = array( "before_widget" => "<div id=\"$widget_id\" class=\"$widget_class\">", "after_widget" => "</div>", "before_title" => "<h3 class=\"widgettitle\">", "after_title" => "</h3>", "widget_id" => $widget_id ); if ( strlen( $content ) > 0 ) { $atts['text'] = $content; } global $wp_widget_factory; // to avoid unwanted warnings let's check before using widget if ( is_object( $wp_widget_factory ) && isset( $wp_widget_factory->widgets, $wp_widget_factory->widgets[ $type ] ) ) { ob_start(); the_widget( $type, $atts, $args ); $output .= ob_get_clean(); echo sprintf("%s", $output); } else { $printed_info2 = $this->debugComment( 'Widget ' . esc_attr( $type ) . 'Not found in : vc_wp_text' ); echo sprintf("%s", $printed_info2); } ?>