Submit
Path:
~
/
home
/
getwphos
/
public_html
/
ccma
/
wp-content
/
plugins
/
curly-core
/
shortcodes
/
image-with-text
/
File Content:
functions.php
<?php if (!function_exists('curly_core_add_image_with_text_shortcodes')) { function curly_core_add_image_with_text_shortcodes($shortcodes_class_name) { $shortcodes = array( 'CurlyCore\CPT\Shortcodes\ImageWithText\ImageWithText' ); $shortcodes_class_name = array_merge($shortcodes_class_name, $shortcodes); return $shortcodes_class_name; } add_filter('curly_core_filter_add_vc_shortcode', 'curly_core_add_image_with_text_shortcodes'); } if (!function_exists('curly_core_set_image_with_text_icon_class_name_for_vc_shortcodes')) { /** * Function that set custom icon class name for image with text shortcode to set our icon for Visual Composer shortcodes panel */ function curly_core_set_image_with_text_icon_class_name_for_vc_shortcodes($shortcodes_icon_class_array) { $shortcodes_icon_class_array[] = '.icon-wpb-image-with-text'; return $shortcodes_icon_class_array; } add_filter('curly_core_filter_add_vc_shortcodes_custom_icon_class', 'curly_core_set_image_with_text_icon_class_name_for_vc_shortcodes'); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
templates
---
0755
elementor-image-with-text.php
10692 bytes
0644
functions.php
1111 bytes
0644
image-with-text.php
13106 bytes
0644
load.php
164 bytes
0644
N4ST4R_ID | Naxtarrr