Skip to content

Commit

Permalink
Check if SQLite is installed and has the correct version. fix #10
Browse files Browse the repository at this point in the history
  • Loading branch information
soderlind committed Apr 14, 2024
1 parent 1a14893 commit 8253f84
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wp-loupe.php
Expand Up @@ -67,6 +67,7 @@ class WPLoupe {
*/
public function __construct() {

// Check if SQLite is installed and has the correct version.
if ( ! $this->has_sqlite() ) {
return;
}
Expand Down

0 comments on commit 8253f84

Please sign in to comment.