PHP 8.1+ Support
-
Hey Jeff, thanks for your plugin and supporting the WordPress community!
Running the plugin on some sites in PHP 8.1+ throws some warnings surrounding the use of
explode()when the string isnull. Specifically, plugin-core.php:407, method:disable_gutenberg_explode($string)when trimming. Recommend either adding a default value$string = ''or some quick error checking in the method before using the variable on line 409.Happy to submit a PR!
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘PHP 8.1+ Support’ is closed to new replies.