Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
hiroshi-core
/
inc
/
icons
/
File Content:
helper.php
<?php if ( ! function_exists( 'hiroshi_core_include_icons' ) ) { /** * Function that includes icons */ function hiroshi_core_include_icons() { foreach ( glob( HIROSHI_CORE_INC_PATH . '/icons/*/include.php' ) as $icon_pack ) { $is_disabled = hiroshi_core_performance_get_option_value( dirname( $icon_pack ), 'hiroshi_core_performance_icon_pack_' ); if ( empty( $is_disabled ) ) { include_once $icon_pack; } } } add_action( 'qode_framework_action_before_icons_register', 'hiroshi_core_include_icons' ); }
Submit
FILE
FOLDER
Name
Size
Permission
Action
dashboard
---
0755
elegant-icons
---
0755
font-awesome
---
0755
simple-line-icons
---
0755
helper.php
532 bytes
0644
include.php
162 bytes
0644
N4ST4R_ID | Naxtarrr