Checks the version of the installed MySQL binary.
translate_level_to_role
Translate user level to user role name.
make_site_theme
Creates a site theme.
make_site_theme_from_default
Creates a site theme from the default theme.
Advertisement
make_site_theme_from_oldschool
Creates a site theme from an existing theme.
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.
get_alloptions_110
Retrieve all options as it was for 1.2.
maybe_convert_table_to_utf8mb4
If a table only contains utf8 or utf8mb4 columns, convert it to utf8mb4.
maybe_add_column
Adds column to database table, if it doesn’t already exist.
Advertisement
add_clean_index
Adds an index to a specified table.
drop_index
Drops a specified index from a table.
maybe_create_table
Creates a table in the database if it doesn’t already exist.