WPDev.one
Core Function
View Source on Trac ↗

maybe_convert_table_to_utf8mb4()

maybe_convert_table_to_utf8mb4( mixed $table )

If a table only contains utf8 or utf8mb4 columns, convert it to utf8mb4.

Parameters 1 required

Name / Type Description
$table
string

The table to convert.

Required

Return Value

(bool)
True if the table was converted, false if it wasn't.

Function Information

Since Version
4.2.0
Source File
wp-admin/includes/upgrade.php
Advertisement