Changes between Version 1 and Version 2 of Ticket #42653, comment 4
- Timestamp:
- 11/22/2017 09:18:51 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #42653, comment 4
v1 v2 42 42 43 43 $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 45 Its 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.