Submit
Path:
~
/
home
/
getwphos
/
public_html
/
milceticarch
/
wp-content
/
plugins
/
edge-core
/
shortcodes
/
section-title
/
File Content:
functions.php
<?php if ( ! function_exists( 'edgtf_core_add_section_title_shortcodes' ) ) { function edgtf_core_add_section_title_shortcodes( $shortcodes_class_name ) { $shortcodes = array( 'EdgeCore\CPT\Shortcodes\SectionTitle\SectionTitle' ); $shortcodes_class_name = array_merge( $shortcodes_class_name, $shortcodes ); return $shortcodes_class_name; } add_filter( 'edgtf_core_filter_add_vc_shortcode', 'edgtf_core_add_section_title_shortcodes' ); } if ( ! function_exists( 'edgtf_core_set_section_title_icon_class_name_for_vc_shortcodes' ) ) { /** * Function that set custom icon class name for section title shortcode to set our icon for Visual Composer shortcodes panel */ function edgtf_core_set_section_title_icon_class_name_for_vc_shortcodes( $shortcodes_icon_class_array ) { $shortcodes_icon_class_array[] = '.icon-wpb-section-title'; return $shortcodes_icon_class_array; } add_filter( 'edgtf_core_filter_add_vc_shortcodes_custom_icon_class', 'edgtf_core_set_section_title_icon_class_name_for_vc_shortcodes' ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
assets
---
0755
templates
---
0755
functions.php
1048 bytes
0644
load.php
156 bytes
0644
section-title.php
15030 bytes
0644
N4ST4R_ID | Naxtarrr