live-composer-page-builder
live-composer-page-builder copied to clipboard
Fix some of the most common "Undefined array key" warnings in common code
From PHP 8 onwards it warns if trying to access undefined array attributes. This change clears up some of the most common ones in common code (include/). This makes it much easier to debug the log file as it's not overrun by spurious warnings that often reoccur.