isabok

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
Nov 11, 2014 at 6:46 pm
#22404
Member
isabok
OP

He commented out these particular lines of code. I so i suggest you do the same. Just open wpdm-archive-page.php and comment out the following the lines of code as shown below!
/*
if(!function_exists(‘array_map_recursive’)) {
function array_map_recursive($callback, $value){
if (is_array($value)) {
return array_map(function($value) use ($callback) { return array_map_recursive($callback, $value); }, $value);
}
return $callback($value);
}
} */

Hope it will be helpful.

Nov 6, 2014 at 8:40 pm
#22258
Member
isabok
OP
This reply has been marked as private.
Nov 6, 2014 at 11:47 am
#22227
Member
isabok
OP
This reply has been marked as private.
Nov 4, 2014 at 7:24 pm
#22185
Member
isabok
OP
This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)