gocodebox / lifterlms-rest

LifterLMS REST API Feature Plugin
6 stars 7 forks source link

Replace preprare_query with prepare_query #244

Closed thomasplevy closed 2 years ago

thomasplevy commented 2 years ago

Description

Per https://github.com/gocodebox/lifterlms/issues/859

Updates classes extending LLMS_Database_Query to use prepare_query in favor of preprare_query

This will require bumping the LLMS core required version. This will rely on core updates (and the core will rely on this update) so we'll have to release them alongside each other.

How has this been tested?

Screenshots

Types of changes

Bugfix

Checklist: