Changeset 3375380
- Timestamp:
- 10/09/2025 12:34:48 AM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conditional-load-manager-lite/tags/1.0.9/conditional-plugin-loader.php
r3375272 r3375380 3 3 * Plugin Name: Page Speed Script Optimizer 4 4 * Description: Optimize WordPress performance by conditionally loading plugins based on pages. Lite version includes basic conditional loading features. 5 * Version: 1.0. 85 * Version: 1.0.9 6 6 * Requires at least: 5.0 7 7 * Tested up to: 6.7 … … 21 21 22 22 // Define plugin constants 23 define('PAGESPSC_VERSION', '1.0. 8');23 define('PAGESPSC_VERSION', '1.0.9'); 24 24 define('PAGESPSC_PLUGIN_DIR', plugin_dir_path(__FILE__)); 25 25 define('PAGESPSC_PLUGIN_URL', plugin_dir_url(__FILE__));
Note: See TracChangeset
for help on using the changeset viewer.