Function __global->upgrader_criticise_mysql_fields_screen

Definitions

sources/upgrade_mysql.php

  • Do upgrader screen: find what's wrong with the database structure.
  • Visibility: public
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Returns: string

Returns

  • Output messages
  • Type: string
  • Set: N/A
  • Range: N/A

Preview

Code (PHP)

/**
 * Do upgrader screen: find what's wrong with the database structure.
 *
 * @return string Output messages
 */

function upgrader_criticise_mysql_fields_screen() : string