Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Alexandru Tapuleasa

    (@talextech)

    Yes, I see the issue, we will release the fix in the next update!

    Thread Starter neo2k23

    (@neo2k23)

    The issue is not fixed in version 4.0.9? Please advice

    Thread Starter neo2k23

    (@neo2k23)

    please change line 68 in load/index.php to

    if (!empty(get_bloginfo( ‘pingback_url’ ))) esc_url( bloginfo( ‘pingback_url’ ) );

    My error log keeps on floading as pingback is not allowed on my server

    Plugin Author Alexandru Tapuleasa

    (@talextech)

    We have pushed an update with a fix for that earlier today, please update ??

    Thread Starter neo2k23

    (@neo2k23)

    Nope. Line 68 still creates the issue and the code has not changed in version 4.12

    IT still says

    echo esc_url( get_bloginfo( ‘pingback_url’ ) );

    Resulting in the warning message

    I guess it is better to check the url being empty or null before calling esc_url()

    Thread Starter neo2k23

    (@neo2k23)

    Please forget my last 2 remarks.. i have figured out what went wrong. Sorry about that.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘deprecated warnings on esc_url’ is closed to new replies.