class wp script giving error message
-
[21-Jun-2021 17:22:21 UTC] PHP Warning: preg_match() expects parameter 2 to be string, array given in /home4/sevensthemes/demo.sevensthemes.com/wp-includes/class.wp-scripts.php on line 372
[21-Jun-2021 17:22:21 UTC] PHP Warning: strpos() expects parameter 1 to be string, array given in /home4/sevensthemes/demo.sevensthemes.com/wp-includes/class.wp-scripts.php on line 372if ( ! preg_match( '|^(https?:)?//|', $src ) && ! ( $this->content_url && 0 === strpos( $src, $this->content_url ) ) ) { $src = $this->base_url . $src; }
What should i do ?
How to resolve this issue ?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘class wp script giving error message’ is closed to new replies.