Submit
Path:
~
/
home
/
getwphos
/
www
/
pioneerasphalt
/
wp-content
/
plugins
/
hiroshi-core
/
inc
/
drag-cursor
/
File Content:
helper.php
<?php if ( ! function_exists( 'hiroshi_core_drag_cursor_icon' ) ) { /** * Function that add drag cursor icon into global js object * * @param $array * * @return mixed */ function hiroshi_core_drag_cursor_icon( $array ) { $array['dragCursor'] = hiroshi_core_get_svg_icon( 'drag-cursor' ); return $array; } add_filter( 'hiroshi_filter_localize_main_js', 'hiroshi_core_drag_cursor_icon' ); }
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
helper.php
412 bytes
0644
include.php
71 bytes
0644
N4ST4R_ID | Naxtarrr