Manual:CleanupPreferences.php

From mediawiki.org
This page is a translated version of the page Manual:CleanupPreferences.php and the translation is 23% complete.
Versión de MediaWiki:
1.20

Detalles

cleanupPreferences.php file is a maintenance script to delete user preference values which are hidden by $wgHiddenPrefs , or those that are unknown (e.g. were added by a since-uninstalled extension).

It contains the DeleteUnknownPreferences hook.

Options/Arguments

Option Description Required?
--dry-run Print debug info instead of actually deleting Optional
--hidden Drop hidden preferences ($wgHiddenPrefs) Optional
--unknown Drop unknown preferences (not in $wgDefaultUserOptions or prefixed with "userjs-") Optional

Uso

php maintenance/cleanupPreferences.php [ --dry-run| --hidden| --unknown ]
Terminal

See also