[ Index ] |
PHP Cross Reference of YOURLS |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Uninstall script 4 * This file is executed when the plugin is uninstalled on YOURLS 1.8.3 or later. 5 */ 6 7 // No direct call. 8 if( !defined( 'YOURLS_UNINSTALL_PLUGIN' ) ) die(); 9 10 // The uninstallation process itself 11 12 // Nothing.
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sat Feb 22 05:10:06 2025 | Cross-referenced by PHPXref 0.7.1 |