PATH:
home
/
lab2454c
/
fcxpro.com
/
wp-content
/
plugins
/
webon-core
/
inc
/
icons
<?php if ( ! function_exists( 'webon_core_include_icons' ) ) { /** * Function that includes icons */ function webon_core_include_icons() { foreach ( glob( WEBON_CORE_INC_PATH . '/icons/*/include.php' ) as $icon_pack ) { $is_disabled = webon_core_performance_get_option_value( dirname( $icon_pack ), 'webon_core_performance_icon_pack_' ); if ( empty( $is_disabled ) ) { include_once $icon_pack; } } } add_action( 'qode_framework_action_before_icons_register', 'webon_core_include_icons' ); }
[+]
ionicons
[+]
..
[+]
dripicons
[+]
simple-line-icons
[+]
font-awesome
[-] include.php
[edit]
[+]
linear-icons
[-] helper.php
[edit]
[+]
elegant-icons
[+]
material-icons
[+]
dashboard
[+]
linea-icons