You appear to be a bot. Output may be restricted
Description
Check if the table was ever installed
Usage
$bool = EDD_DB::installed();
Parameters
Returns
bool Returns if the customers table was installed and upgrade routine run
Source
File name: easy-digital-downloads/includes/class-edd-db.php
Lines:
1 to 3 of 3
public function installed() { return $this->table_exists( $this->table_name ); }