Viewing 3 replies - 1 through 3 (of 3 total)
  • The same question could be raised for line 50!

    Instead mysql_real_escape_string which throws alot of warning if you have a heavy optimised wordpress site, you could be use esc_sql or $wpdb->prepare.

    No movement on fixing this?

    Jake Jackson

    (@blue-liquid-designs)

    Both lines 54 and 50 should be definitely improved. Our box only ships the mysqli functions as mysql is depreciated in PHP5.5 and it’s generating a fatal error.

    I patched the problem for now but an official update would be great.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Use of deprecated function: $wpdb->escape()’ is closed to new replies.