Kadence PHP Warning
-
Hey there,
we are currently getting very man warnings in our logs, which is
[23-Jul-2025 10:58:12 UTC] PHP Warning: Undefined array key 0 in /home/bestmalz/public_html/wp-content/plugins/hcaptcha-for-forms-and-more/src/php/Kadence/AdvancedBlockParser.php on line 36
we fixed it for now by adding a check
// Check if output has any blocks before accessing the first one
if ( empty( $output ) || ! is_array( $output ) ) {
return $output;
}this should affect everyone who is using this plugin with the kadence theme
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Kadence PHP Warning’ is closed to new replies.