Extension:Purge
Appearance
From mediawiki.org
Languages:
Release status: stable |
|
|---|---|
| Implementation | User interface |
| Description | Adds a purge tab on all normal pages, allowing for quick purging of the cache |
| Author(s) | |
| Latest version | 2.1.1 (2024年04月03日) |
| MediaWiki | 1.35+ |
| Database changes | No |
| Licence | GNU General Public License 2.0 or later |
| Download | |
| Translate the Purge extension | |
The Purge extension adds a purge tab on all normal pages, allowing for quick purging of the cache.
Installation
[edit ]- Download and place the file(s) in a directory called
Purgein yourextensions/folder. - Add the following code at the bottom of your LocalSettings.php file:
wfLoadExtension( 'Purge' );
- Yes Done – Navigate to
Special:Versionon your wiki to verify that the extension is successfully installed.
See also
[edit ]- Manual:Purge – for more information about the purge action.