maybe_convert_table_to_utf8mb4
maybe_convert_table_to_utf8mb4 ( $table )
Parameters:- (string) table The table to convert.
Returns:- (bool) True if the table was converted, false if it wasn't.
Defined at: - Introduced in WordPress: 4.2.0
- Deprecated in WordPress: —
Description
If a table only contains utf8 or utf8mb4 columns, convert it to utf8mb4.