Changes between Version 2 and Version 3 of Ticket #47280, comment 69
- Timestamp:
- 05/17/2025 06:42:56 AM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #47280, comment 69
v2 v3 15 15 SOL II: Explicitly remove `SQL_CALC_FOUND_ROWS` from query and warn the developers that they can't use this in `WP_Query`, they can use `wpdb` instance for using this deprecated query. 16 16 17 17 I don't know if this is already implemented, but PCP should show warning on usage of SQL_CALC_FOUND_ROWS.