Changeset 3325566
- Timestamp:
- 07/10/2025 11:07:15 AM (9 months ago)
- Location:
- speedox/trunk
- Files:
-
- 2 edited
-
readme.txt (modified) (1 diff)
-
speedox.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
speedox/trunk/readme.txt
r3325227 r3325566 5 5 Tested up to: 6.8 6 6 Requires PHP: 7.4 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html -
speedox/trunk/speedox.php
r3325270 r3325566 3 3 * Plugin Name: SpeedOx 4 4 * Description: SpeedOx is a powerful speed optimization plugin that intelligently caches, cleans, and boosts WordPress performance. 5 * Version: 1.1. 15 * Version: 1.1.2 6 6 * Author: Mohsin Webs 7 7 * Requires at least: 6.8 … … 63 63 SPEEDOX_VERSION 64 64 ); 65 }66 67 // Load Dashicons for admin pages (for WordPress.org install)68 add_action('admin_enqueue_scripts', 'speedox_force_dashicons');69 function speedox_force_dashicons() {70 wp_enqueue_style('dashicons');71 65 } 72 66
Note: See TracChangeset
for help on using the changeset viewer.