Changeset 3468221
- Timestamp:
- 02/24/2026 04:40:16 AM (2 weeks ago)
- Location:
- awcode-toolkit/trunk
- Files:
-
- 3 edited
-
aw-toolkit.php (modified) (1 diff)
-
includes/class.awtoolkit-remote.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
awcode-toolkit/trunk/aw-toolkit.php
r3468178 r3468221 2 2 /* 3 3 * Plugin Name: AWcode Toolkit 4 * Version: 1.0.2 24 * Version: 1.0.23 5 5 * Description: A collection of useful tools and functions for Wordpress site owners 6 6 * Author: AWcode -
awcode-toolkit/trunk/includes/class.awtoolkit-remote.php
r3468178 r3468221 254 254 } 255 255 256 if (!function_exists('is_plugin_active')) { 257 require_once ABSPATH . 'wp-admin/includes/plugin.php'; 258 } 259 260 $was_active = is_plugin_active($plugin); 261 256 262 $this->configure_filesystem($request); 257 263 … … 270 276 } 271 277 278 if ($was_active) { 279 activate_plugin($plugin, '', false, true); 280 } 281 272 282 return rest_ensure_response(array('success' => true, 'plugin' => $plugin)); 273 283 } -
awcode-toolkit/trunk/readme.txt
r3468178 r3468221 5 5 Requires at least: 5.0 6 6 Tested up to: 6.9 7 Stable tag: 1.0.2 27 Stable tag: 1.0.23 8 8 License: GPLv2 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
Note: See TracChangeset
for help on using the changeset viewer.