Changeset 2871711
- Timestamp:
- 02/27/2023 01:43:40 PM (3 years ago)
- Location:
- jinx-fast-cache/trunk
- Files:
-
- 2 edited
-
index.php (modified) (1 diff)
-
src/Admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
jinx-fast-cache/trunk/index.php
r2830826 r2871711 5 5 * Plugin URI: https://wordpress.org/plugins/jixn-fast-cache/ 6 6 * Description: Blazing fast full page cache. 7 * Version: 0.4. 17 * Version: 0.4.2 8 8 * Author: SquareFlower Websolutions (Lukas Rydygel) <hallo@squareflower.de> 9 9 * Author URI: http://squareflower.de -
jinx-fast-cache/trunk/src/Admin.php
r2830826 r2871711 25 25 add_action('upgrader_process_complete', function($object, $options) { 26 26 self::actionRefresh(); 27 } );27 }, 10, 2); 28 28 29 29 add_action('admin_bar_menu', [__CLASS__, 'addAdminBar'], 100);
Note: See TracChangeset
for help on using the changeset viewer.