Advertisement

make_site_theme

Creates a site theme.

Advertisement

make_db_current_silent

Updates the database tables to a new schema, but without displaying results.

make_db_current

Updates the database tables to a new schema.

dbDelta

Modifies the database based on specified SQL statements.

Advertisement

deslash

Filters for content to remove unnecessary slashes.

maybe_add_column

Adds column to database table, if it doesn’t already exist.

Advertisement

drop_index

Drops a specified index from a table.

maybe_create_table

Creates a table in the database if it doesn’t already exist.