Log flooded with deprecated message
-
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; }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Log flooded with deprecated message’ is closed to new replies.