Hackfut Security File Manager
Current Path:
/home/haielekt/videotronindonesia.co.id/wp-content/themes/Divi/core
home
/
haielekt
/
videotronindonesia.co.id
/
wp-content
/
themes
/
Divi
/
core
/
📁
..
📄
_et_core_version.php
(257 B)
📄
_metadata.php
(15.93 KB)
📁
admin
📁
build
📁
code-snippets
📁
components
📄
functions.php
(62.07 KB)
📁
i18n
📄
init.php
(5.32 KB)
📁
item-library-local
📁
json-data
📄
php_functions.php
(476 B)
📄
updates_init.php
(46 B)
📄
wp_functions.php
(8.81 KB)
Editing: php_functions.php
<?php if ( ! function_exists( 'array_replace' ) ) : function array_replace( array $array, array $array1 ) { $args = func_get_args(); $count = func_num_args(); for ( $i = 0; $i < $count; ++$i ) { if ( is_array( $args[ $i ] ) ) { foreach ( $args[ $i ] as $key => $val ) { $array[ $key ] = $val; } } else { trigger_error( __FUNCTION__ . '(): Argument #' . ( $i + 1 ) . ' is not an array', E_USER_WARNING ); return null; } } return $array; } endif;
Upload File
Create Folder