Changeset 3415324
- Timestamp:
- 12/09/2025 12:00:58 PM (2 months ago)
- File:
-
- 1 edited
-
askeet/trunk/askeet.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
askeet/trunk/askeet.php
r3414462 r3415324 15 15 } 16 16 17 // Define plugin version constant globally (needed for both activation and deactivation hooks) 18 if (!defined('ASKEET_VERSION')) { 19 define('ASKEET_VERSION', '2.2'); 20 } 21 17 22 // 2. Activation hook: only generate install_id if missing, log activation event 18 23 register_activation_hook(__FILE__, function() { … … 37 42 update_option('askeet_install_id', wp_generate_password(24, false)); 38 43 } 39 define('ASKEET_VERSION', '2.2');40 44 41 45 $install_id = get_option('askeet_install_id');
Note: See TracChangeset
for help on using the changeset viewer.