make_db_current_silent()

最后更新于:2021-11-27 14:39:57

make_db_current_silent( string$tables=’all’)

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

参数

$tables

(string) (Optional) Which set of tables to update. Default is ‘all’.

Default value: ‘all’

源文件

文件: gc-admin/includes/upgrade.php

function make_db_current_silent( $tables = 'all' ) {
	dbDelta( $tables );
}