Critical error is observed after changing hosting PHP version to 8.0+, and error gone after reverting to the previous version 7.4. Expecting latest PHP version support soon.
I am very sorry to bother you, I tested all third-party plugins in PHP 8.2 settings again as you hinted,
Third-party plugin Admin and Site Enhancements -> “Disable the generator <meta> tag in <head>” setting somehow causing conflict with Google Web Stories.
Web Stories works fine after the above plugin’s settings are left unattended.
Any suggestions? If you wish to.
Because I want that setting to hide WordPress version information from Meta.
add_filter() is a WordPress function to hook a specific callback function in a specific place to change the output value (in this case changing the generator tag).
The second argument needs to be a function, the third argument needs to be a number. But this plugin just passes 2 strings.
So of course there is an error.
I recommend you to report this to the respective plugin author.
Also, there really is no point in hiding the WordPress generator tag from your site. It does not help with security at all, so is really pointless.
@sayyadimran@swissspidy Hi. I’m the author of Admin and Site Enhancements. Thank you for letting me know ASE is causing an error with your plugin. I’ll try and fix this in the next release.
@sayyadimran@swissspidy thank you for reporting the issue and apologies for the trouble. This should be fixed in ASE v5.3.2, which will be released soon.
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘PHP 8.0+ Support for Google Webstories’ is closed to new replies.