drop_index
drop_index ( $table, $index )
Parameters:- (string) table Database table name.
- (string) index Index name to drop.
Returns:- (true) True, when finished.
Defined at: - Introduced in WordPress: 1.0.1
- Deprecated in WordPress: —
Description
Drops a specified index from a table.