deactivate the plugin. Alternatively, you can manually delete the %2$s file from your server.', 'sqlite-database-integration' ), esc_url( admin_url( 'plugins.php' ) ), '' . esc_html( basename( WP_CONTENT_DIR ) ) . '/db.php' ); ?>

' . esc_html( basename( WP_CONTENT_DIR ) ) . '/db.php' ); ?>

' . esc_html( basename( WP_CONTENT_DIR ) ) . '/db.php' ); ?>

' . esc_html( basename( WP_CONTENT_DIR ) ) . '/db.php' ); ?>

' . esc_html( basename( WP_CONTENT_DIR ) ) . '' ); ?>

' . __( 'Database: SQLite', 'sqlite-database-integration' ) . ''; } elseif ( stripos( $wpdb->db_server_info(), 'maria' ) !== false ) { $title = '' . __( 'Database: MariaDB', 'sqlite-database-integration' ) . ''; } else { $title = '' . __( 'Database: MySQL', 'sqlite-database-integration' ) . ''; } $args = array( 'id' => 'sqlite-db-integration', 'parent' => 'top-secondary', 'title' => $title, 'href' => esc_url( admin_url( 'options-general.php?page=sqlite-integration' ) ), 'meta' => false, ); $admin_bar->add_node( $args ); } add_action( 'admin_bar_menu', 'sqlite_plugin_adminbar_item', 999 );