git-installer
git-installer copied to clipboard
Deprecation notice
With WordPress 6.4.3 and PHP 8.1, the following deprecation notice is thrown on every page request in the frontend and backend. On at least one site, this stops the frontend page from rendering.
PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in [WEBROOT]/wp-includes/html-api/class-wp-html-tag-processor.php on line 544
Is this still a problem with WP 6.5?
I have seen that WP_HTML_Tag_Processor->text_tag() has been changed and the described strlen query no longer exists.