Closed mboynes closed 3 years ago
In WordPress 4.6, the posts_pre_query filter was added to WP_Query. This can replace quite a bit of the hacky stuff we're doing in SP_Integration to replace the DB query.
posts_pre_query
WP_Query
SP_Integration
In WordPress 4.6, the
posts_pre_query
filter was added toWP_Query
. This can replace quite a bit of the hacky stuff we're doing inSP_Integration
to replace the DB query.