????JFIF??x?x????'
| Server IP : 104.21.30.238 / 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/theme_shortcodes/ |
Upload File : |
<?php
// Map Shortcode in Visual Composer
global $cws_theme_funcs;
vc_map( array(
"name" => esc_html__( 'CWS Embed', 'globeco' ),
"base" => "cws_sc_embed",
'category' => "By CWS",
"icon" => "cws_icon",
"weight" => 80,
"params" => array(
array(
"type" => "textfield",
"admin_label" => true,
"heading" => esc_html__( 'Link', 'globeco' ),
"param_name" => "url",
),
array(
"type" => "textfield",
"heading" => esc_html__( 'Width in pixels', 'globeco' ),
"param_name" => "width"
),
array(
"type" => "textfield",
"heading" => esc_html__( 'Height in pixels', 'globeco' ),
"param_name" => "height"
),
)
));
if ( class_exists( 'WPBakeryShortCode' ) ) {
class WPBakeryShortCode_CWS_Sc_Embed extends WPBakeryShortCode {
}
}
?>