PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
besa
/
inc
/
vendors
/
elementor
/
icons
<?php // Version 2.6 if ( ! function_exists( 'besa_elementor_icon_control_linear_icons' ) ) { add_action( 'elementor/icons_manager/additional_tabs', 'besa_elementor_icon_control_linear_icons' ); function besa_elementor_icon_control_linear_icons( $tabs ) { if( besa_tbay_get_config( 'show_font_linearicons', true ) ) { $tabs['linear-icons'] = [ 'name' => 'linear-icons', 'label' => esc_html__( 'Linear icons', 'besa' ), 'prefix' => 'linear-icon-', 'displayPrefix' => 'linear-icon-', 'labelIcon' => 'fa fa-font-awesome', 'ver' => '1.0.0', 'fetchJson' => get_template_directory_uri() . '/inc/vendors/elementor/icons/json/linearicons.json', 'native' => true, ]; } return $tabs; } } if ( ! function_exists( 'besa_elementor_icon_control_simple_line_icons' ) ) { add_action( 'elementor/icons_manager/additional_tabs', 'besa_elementor_icon_control_simple_line_icons' ); function besa_elementor_icon_control_simple_line_icons( $tabs ) { $tabs['simple-line-icons'] = [ 'name' => 'simple-line-icons', 'label' => esc_html__( 'Simple Line Icons', 'besa' ), 'prefix' => 'icon-', 'displayPrefix' => 'icon-', 'labelIcon' => 'fa fa-font-awesome', 'ver' => '2.4.0', 'fetchJson' => get_template_directory_uri() . '/inc/vendors/elementor/icons/json/simple-line-icons.json', 'native' => true, ]; return $tabs; } } if ( ! function_exists( 'besa_elementor_icon_control_material_design_iconic' ) ) { add_action( 'elementor/icons_manager/additional_tabs', 'besa_elementor_icon_control_material_design_iconic' ); function besa_elementor_icon_control_material_design_iconic( $tabs ) { $tabs['material-design-iconic'] = [ 'name' => 'material-design-iconic', 'label' => esc_html__( 'Material Design Iconic', 'besa' ), 'prefix' => 'zmdi-', 'displayPrefix' => 'zmdi', 'labelIcon' => 'fa fa-font-awesome', 'ver' => '2.2.0', 'fetchJson' => get_template_directory_uri() . '/inc/vendors/elementor/icons/json/material-design-iconic.json', 'native' => true, ]; return $tabs; } } if ( ! function_exists( 'besa_elementor_icon_control_tbay_custom' ) ) { add_action( 'elementor/icons_manager/additional_tabs', 'besa_elementor_icon_control_tbay_custom' ); function besa_elementor_icon_control_tbay_custom( $tabs ) { $tabs['tbay-custom'] = [ 'name' => 'tbay-custom', 'label' => esc_html__( 'Thembay Custom', 'besa' ), 'prefix' => 'tb-icon-', 'displayPrefix' => 'tb-icon', 'labelIcon' => 'fa fa-font-awesome', 'ver' => '1.0.0', 'fetchJson' => get_template_directory_uri() . '/inc/vendors/elementor/icons/json/tbay-custom.json', 'native' => true, ]; return $tabs; } }
[+]
..
[-] icons.php
[edit]
[-] .icons.php
[edit]
[+]
json