wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-admin/install-helper.php › WordPress File
Functions4
› Plugins may load this file to gain access to special helper functions
for plugin installation. This file is not included by WordPress and it is
recommended, to prevent fatal errors, that this file is included using
require_once.
Function | Short description |
---|---|
check_column | Checks that database table column matches the criteria. |
maybe_add_column | Adds column to database table, if it doesn't already exist. |
maybe_create_table | Creates a table in the database if it doesn't already exist. |
maybe_drop_column | Drops column from database table, if it exists. |