[ Index ]

PHP Cross Reference of YOURLS

title

Body

[close]

/tests/data/plugins/test-plugin2/ -> uninstall.php (source)

   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.


Generated: Thu Sep 19 05:10:04 2024 Cross-referenced by PHPXref 0.7.1