Conversation
supportDeprecated: html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in includes/template-functions.php on line 359 The function ewd_ufaq_decode_infinite_table_setting is not checking if $values is null, hence the return expression is triggering a warning.
Thanks for letting us know. Which version of PHP are you using?
Did this get resolved? We are also receiving this warning Deprecated : html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/ultimate-faqs/includes/template-functions.php on line 354
Thanks for letting us know. Which version of PHP are you using?
8.3.11
Thank you for providing that information. WordPress itself isn’t yet fully compatible with anything higher than 8.2 ( https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ ). That being said, we will definitely address any such notices in a future update as newer WordPress versions with PHP 8.3 compatibility get closer to release date. If any such notices are appearing on the front end of your website, you can set WP_DEBUG_DISPLAY to false in your wp-config.php file to prevent them from showing on your website, if that would help.
Was this resolved? I’m getting it after moving from PHP 7.4 to 8.1. Update: Downgrading to 8.0 fixed it. Thanks This reply was modified 1 year, 6 months ago by charlottezweb .
Hi charlottezweb, Thanks for letting us know about getting it with PHP 8.1. That should not be the case. We’ll test that and, if necessary, eliminate the issue/notice in one of our next updates.
Thanks for letting us know. Which version of PHP are you using?
Did this get resolved? We are also receiving this warning Deprecated : html_entity_decode(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/ultimate-faqs/includes/template-functions.php on line 354
Thanks for letting us know. Which version of PHP are you using?
8.3.11
Thank you for providing that information. WordPress itself isn’t yet fully compatible with anything higher than 8.2 ( https://make.wordpress.org/core/handbook/references/php-compatibility-and-wordpress-versions/ ). That being said, we will definitely address any such notices in a future update as newer WordPress versions with PHP 8.3 compatibility get closer to release date. If any such notices are appearing on the front end of your website, you can set WP_DEBUG_DISPLAY to false in your wp-config.php file to prevent them from showing on your website, if that would help.
Was this resolved? I’m getting it after moving from PHP 7.4 to 8.1. Update: Downgrading to 8.0 fixed it. Thanks This reply was modified 1 year, 6 months ago by charlottezweb .
Hi charlottezweb, Thanks for letting us know about getting it with PHP 8.1. That should not be the case. We’ll test that and, if necessary, eliminate the issue/notice in one of our next updates.