EDD_DB::table_exists( string $table )
Check if the given table exists
Description Description
Parameters Parameters
- $table
-
(Required) The table name
Return Return
(bool) If the table name exists
Source Source
File: includes/class-edd-db.php
Changelog Changelog
Version | Description |
---|---|
2.4 | Introduced. |