Function __global->uninstall_check_maintenance_password

Definitions

uninstall.php

  • Check the given maintenance password is valid.
  • Is abstract?: No
  • Is static?: No
  • Is final?: No
  • Return: bool

Parameters

Name Type Default Set Range Description
$password_given ?SHORT_TEXT required parameter N/A N/A Given maintenance password (null: none)

Return

  • Whether it is valid
  • Type: boolean
  • Set: N/A
  • Range: N/A