[ad_1]
My log is flooding with this message:
PHP Deprecated: parse_str(): Passing null to parameter #1 ($string) of type string is deprecated in /htdocs/wp-content/plugins/all-in-one-video-gallery/public/public.php
It’s the script_loader_tag() method with this line parse_str( $url, $query );
Apperantly the part above it fails, it should be something like:
if ( is_null($url) || $url === false ) {
return $tag;
}- This topic was modified 4 hours, 23 minutes ago by .
