Make WordPress Core

Changes between Version 2 and Version 3 of Ticket #47280, comment 69


Ignore:
Timestamp:
05/17/2025 06:42:56 AM (8 months ago)
Author:
kunalkataria
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #47280, comment 69

    v2 v3  
    1515SOL 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.
    1616
    17 
     17I don't know if this is already implemented, but PCP should show warning on usage of SQL_CALC_FOUND_ROWS.