Warning
-
Hello,
after upgrading and running the plugin in PHP 8.2 I got:
Warning: Only the first byte will be assigned to the string offset in <path>\wp-content\plugins\tealium\tealium.php on line180
To fix, in here:
function tealiumConvertCamelCase( $utagdata, $arrayHolder = array() ) {
$arrayHolder = is_array($arrayHolder) ? $arrayHolder : array(); // added this line
$underscoreArray = !empty( $arrayHolder ) ? $arrayHolder : array();
…
Can this be released?
Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Warning’ is closed to new replies.