Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
hiroshi-core
/
inc
/
wishlist
/
File Content:
include.php
<?php include_once HIROSHI_CORE_INC_PATH . '/wishlist/helper.php'; if ( ! function_exists( 'hiroshi_core_wishlist_include_widgets' ) ) { /** * Function that includes widgets */ function hiroshi_core_wishlist_include_widgets() { foreach ( glob( HIROSHI_CORE_INC_PATH . '/wishlist/widgets/*/include.php' ) as $widget ) { include_once $widget; } } add_action( 'qode_framework_action_before_widgets_register', 'hiroshi_core_wishlist_include_widgets' ); } include_once HIROSHI_CORE_INC_PATH . '/wishlist/profile/wishlist-profile-helper.php';
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
profile
---
0755
templates
---
0755
widgets
---
0755
helper.php
5500 bytes
0644
include.php
556 bytes
0644
N4ST4R_ID | Naxtarrr