• Resolved margarita – boomCodes

    (@margaritaperc)


    Hi there,

    there is this deprecation warning with PHP 8.3
    ltrim(): Passing null to parameter #1 ($string) of type string is deprecated on the esc_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.