wpdb::escape is deprecated since version 3.6
-
wpdb::escape is deprecated since version 3.6! Use wpdb::prepare() or esc_sql() instead.
Please update to in admin.php (Version: 2.5.9) line 760
$type = $wpdb->esc_sql( $type );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘wpdb::escape is deprecated since version 3.6’ is closed to new replies.