You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/** * Method to return database version number. * * This overrides wpdb::db_version() to avoid using MySQL function. * It returns mysql version number, but it means nothing for SQLite. * So it return the newest mysql version. * * @see wpdb::db_version() */publicfunctiondb_version()
{
// WordPress currently requires this to be 5.0 or greater. <--- Required > 5.5.5return'8'; // <--- Anything above 5.5.5
}
The text was updated successfully, but these errors were encountered:
DB version has changed
File: db.php
Line: 2826
The text was updated successfully, but these errors were encountered: