YOURLS/tests/data/plugins/test-plugin2/uninstall.php

13 lines
239 B
PHP

<?php
/**
* Uninstall script
* This file is executed when the plugin is uninstalled on YOURLS 1.8.3 or later.
*/
// No direct call.
if( !defined( 'YOURLS_UNINSTALL_PLUGIN' ) ) return;
// The uninstallation process itself
// Nothing.