Title: Kadence PHP Warning
Last modified: July 23, 2025

---

# Kadence PHP Warning

 *  Resolved [sfdeveloper](https://wordpress.org/support/users/sfdeveloper/)
 * (@sfdeveloper)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/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)

 *  Plugin Contributor [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * (@kaggdesign)
 * [10 months, 3 weeks ago](https://wordpress.org/support/topic/kadence-php-warning/#post-18567949)
 * Thank you for reporting. Not our bug and produced by a 3rd-party plugins. Anyway,
   it is already fixed and is included into the next hCaptcha version to be released
   at the beginning of August.

Viewing 1 replies (of 1 total)

The topic ‘Kadence PHP Warning’ is closed to new replies.

 * ![](https://ps.w.org/hcaptcha-for-forms-and-more/assets/icon.svg?rev=3026321)
 * [hCaptcha for WP](https://wordpress.org/plugins/hcaptcha-for-forms-and-more/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/hcaptcha-for-forms-and-more/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/)
 * [Active Topics](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/hcaptcha-for-forms-and-more/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [kaggdesign](https://wordpress.org/support/users/kaggdesign/)
 * Last activity: [10 months, 3 weeks ago](https://wordpress.org/support/topic/kadence-php-warning/#post-18567949)
 * Status: resolved