isabok

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
in reply to: WPDM Directory Add-on #22404

isabok
Member

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.

in reply to: Directory Add-on Advanced Search #22258

isabok
Member
This reply has been marked as private.
in reply to: Directory Add-on Advanced Search #22227

isabok
Member
This reply has been marked as private.
in reply to: Directory Add-on Advanced Search #22185

isabok
Member
This reply has been marked as private.
Viewing 4 posts - 1 through 4 (of 4 total)