Deprecated warning in Minamaze
-
Hi,
With PHP 8.2 and debugging turned on this warning is returned:
Deprecated: ltrim(): Passing null to parameter #1 ($string) of type string is deprecated in my-domain\wp-includes\formatting.php on line 4476 Call Stack #TimeMemoryFunctionLocation 10.0002365192{main}( )…\index.php:0 20.0003365496require( 'my-domain\wp-blog-header.php )…\index.php:17 30.26125510512require_once( 'my-domain\wp-includes\template-loader.php )…\wp-blog-header.php:19 40.26635541320include( 'my-domain\wp-content\themes\minamaze\page.php )…\template-loader.php:106 50.26635541320get_header( $name = ???, $args = ??? )…\page.php:10 60.26635541536locate_template( $template_names = [0 => 'header.php'], $load = TRUE, $load_once = TRUE, $args = [] )…\general-template.php:48 70.26635541632load_template( $_template_file = 'my-domain/wordpress/wp-content/themes/minamaze/header.php', $load_once = TRUE, $args = [] )…\template.php:745 80.26645542272require_once( 'my-domain\wp-content\themes\minamaze\header.php )…\template.php:810 90.26675549680esc_url( $url = NULL, $protocols = ???, $_context = ??? )…\header.php:17 100.26675549680ltrim( $string = NULL )…\formatting.php:4476 " />
Guido
- You must be logged in to reply to this topic.