Changeset 2299402
- Timestamp:
- 05/06/2020 03:09:27 PM (6 years ago)
- Location:
- guestapp
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.9 (copied) (copied from guestapp/trunk)
-
tags/1.4.9/README.txt (modified) (1 diff)
-
tags/1.4.9/guestapp.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/guestapp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
guestapp/tags/1.4.9/README.txt
r2239936 r2299402 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4. 86 Stable tag: 1.4.9 7 7 Requires PHP: 5.2 8 8 License: GPLv2 -
guestapp/tags/1.4.9/guestapp.php
r2239936 r2299402 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4. 87 Version: 1.4.9 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com … … 225 225 * Delete everything related to GuestApp when uninstalling 226 226 */ 227 register_uninstall_hook(__FILE__, 'uninstall' ); 228 function uninstall() { 229 if (!defined('WP_UNINSTALL_PLUGIN')) { 230 die(); 231 } 227 register_uninstall_hook(__FILE__, 'guestapp_uninstall' ); 228 function guestapp_uninstall() { 232 229 remove_shortcode('guestapp'); 233 230 remove_action('media_buttons', 'add_form_button'); -
guestapp/trunk/README.txt
r2239936 r2299402 4 4 Requires at least: 3.1 5 5 Tested up to: 5.2 6 Stable tag: 1.4. 86 Stable tag: 1.4.9 7 7 Requires PHP: 5.2 8 8 License: GPLv2 -
guestapp/trunk/guestapp.php
r2239936 r2299402 5 5 Plugin URI: https://wordpress.org/plugins/guestapp/ 6 6 Description: Guest Suite Plugin 7 Version: 1.4. 87 Version: 1.4.9 8 8 Author: Guest Suite 9 9 Author URI: https://www.guest-suite.com … … 225 225 * Delete everything related to GuestApp when uninstalling 226 226 */ 227 register_uninstall_hook(__FILE__, 'uninstall' ); 228 function uninstall() { 229 if (!defined('WP_UNINSTALL_PLUGIN')) { 230 die(); 231 } 227 register_uninstall_hook(__FILE__, 'guestapp_uninstall' ); 228 function guestapp_uninstall() { 232 229 remove_shortcode('guestapp'); 233 230 remove_action('media_buttons', 'add_form_button');
Note: See TracChangeset
for help on using the changeset viewer.