Make WordPress Core

Changes between Version 1 and Version 2 of Ticket #42653, comment 4


Ignore:
Timestamp:
11/22/2017 09:18:51 AM (7 years ago)
Author:
hostingreview
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #42653, comment 4

    v1 v2  
    4242
    4343$wpdb->remove_placeholder_escape wasn't there before. I've added it after reading this: [https://make.wordpress.org/core/2017/10/31/changed-behaviour-of-esc_sql-in-wordpress-4-8-3/#comment-33136]
     44
     45Its working, but not sure if its best for the performance, because I will need to add more of there. Thinking of implementing Eloquent or some other ORM to replace this query builder.