maybe_create_table
maybe_create_table ( $table_name, $create_ddl )
Parameters:- (string) table_name Database table name.
- (string) create_ddl SQL statement to create table.
Returns:- (bool) True on success or if the table already exists. False on failure.
Defined at: - Introduced in WordPress: 1.0.0
- Deprecated in WordPress: —
Description
Creates a table in the database if it doesn't already exist.