Conversation
supportHello, 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 line 180 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! This topic was modified 1 year, 2 months ago by anjoalre . This topic was modified 1 year, 2 months ago by anjoalre .
Thank you for reporting this, and for providing a fix. It’s been included in an update (2.1.17) that was released just now.
Thank you for reporting this, and for providing a fix. It’s been included in an update (2.1.17) that was released just now.