Docs

EVF_Form_Fields::implode_recursive( array $array, string $delimiter = '<br>' ): string

Recursively process an array with an implosion.

Parameters

$arrayarrayrequired
Array that needs to be recursively imploded.
$delimiterstringoptional
Delimiter for the implosion – defaults to
.

Default:'<br>'

Return

string $output Imploded array.

Changelog

VersionDescription
1.6.6Introduced.