Submit
Path:
~
/
home
/
getwphos
/
www
/
ccma
/
wp-content
/
plugins
/
curly-core
/
reviews
/
shortcodes
/
top-reviews-carousel
/
File Content:
helper-functions.php
<?php if (!function_exists('curly_core_top_reviews_carousel_shortcode_helper')) { function curly_core_top_reviews_carousel_shortcode_helper($shortcodes_class_name) { $shortcodes = array( 'CurlyCore\CPT\Shortcodes\TopReviewsCarousel\TopReviewsCarousel' ); $shortcodes_class_name = array_merge($shortcodes_class_name, $shortcodes); return $shortcodes_class_name; } add_filter('curly_core_filter_add_vc_shortcode', 'curly_core_top_reviews_carousel_shortcode_helper'); } if (!function_exists('curly_core_set_top_reviews_carousel_icon_class_name_for_vc_shortcodes')) { /** * Function that set custom icon class name for property list shortcode to set our icon for Visual Composer shortcodes panel */ function curly_core_set_top_reviews_carousel_icon_class_name_for_vc_shortcodes($shortcodes_icon_class_array) { $shortcodes_icon_class_array[] = '.icon-wpb-top-reviews-carousel'; return $shortcodes_icon_class_array; } add_filter('curly_core_filter_add_vc_shortcodes_custom_icon_class', 'curly_core_set_top_reviews_carousel_icon_class_name_for_vc_shortcodes'); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
templates
---
0755
curly-core-top-reviews-carousel.php
3301 bytes
0644
helper-functions.php
1161 bytes
0644
load.php
85 bytes
0644
top-reviews-carousel.php
3791 bytes
0644
N4ST4R_ID | Naxtarrr