Deprecation warning on PHP 8.3
-
Hi there,
there is this deprecation warning with PHP 8.3
ltrim(): Passing null to parameter #1 ($string) of type string is deprecatedon theesc_url(bloginfo('pingback_url'))This solution could fix it:
esc_url( (string) bloginfo( 'pingback_url' ) )Thanks in advance!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.