Problem after update WordPress 6.1
-
Below warnings are appearing after the WordPress update.
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/test/public_html/wp-includes/functions.php on line 7022
Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /home/test/public_html/wp-includes/functions.php on line 7022
line 7021- function wp_is_stream( $path ) { line 7022- $scheme_separator = strpos( $path, '://' );
——————————————————————–
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/test/public_html/wp-includes/functions.php on line 2162
Deprecated: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /home/test/public_html/wp-includes/functions.php on line 2162
line 2161 // Standardize all paths to use '/'. line 2162 $path = str_replace( '\\', '/', $path );
Does anyone help me, How to fix it?
- The topic ‘Problem after update WordPress 6.1’ is closed to new replies.