Changeset 3356394
- Timestamp:
- 09/05/2025 02:04:33 AM (6 months ago)
- Location:
- demandhub/tags/1.0.0
- Files:
-
- 3 edited
-
README.md (modified) (1 diff)
-
demandhub.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
demandhub/tags/1.0.0/README.md
r3139980 r3356394 8 8 License URI: https://www.gnu.org/licenses/lgpl-2.1.html 9 9 Requires at least: 4.7 10 Tested up to: 6. 610 Tested up to: 6.8.2 11 11 12 12 Add and customize DemandHub's website widgets on your WordPress website -
demandhub/tags/1.0.0/demandhub.php
r3045838 r3356394 88 88 * Handle callback when WP deactivate the plugin 89 89 */ 90 function demandhub_handle_deactivation() 91 { 90 function demandhub_handle_deactivation($plugin, $network_deactivating) 91 { 92 if ($plugin !== plugin_basename(__FILE__)) { 93 return; 94 } 95 92 96 demandhub_handle_option('demandhub-script-code', ''); 93 delete_option('demandhub-installation' , false);97 delete_option('demandhub-installation'); 94 98 } 95 99 -
demandhub/tags/1.0.0/readme.txt
r3139980 r3356394 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html 9 9 Requires at least: 4.7 10 Tested up to: 6. 610 Tested up to: 6.8.2 11 11 12 12 Add and customize DemandHub's website widgets on your WordPress website
Note: See TracChangeset
for help on using the changeset viewer.