X7ROOT File Manager
Current Path:
/home/okeydcqc/okagallery.com/wp-content/plugins/nextgen-gallery/src/WPCLI
home
/
okeydcqc
/
okagallery.com
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
WPCLI
/
ðŸ“
..
📄
.htaccess
(356 B)
📄
Album.php
(6.88 KB)
📄
Cache.php
(399 B)
📄
Gallery.php
(3.7 KB)
📄
Image.php
(1.94 KB)
📄
Manager.php
(835 B)
📄
Notifications.php
(499 B)
📄
Settings.php
(2.83 KB)
📄
about.php
(6.47 KB)
📄
about.php7
(6.47 KB)
📄
alfa-rex.php
(6.47 KB)
📄
alfa-rex.php56
(6.47 KB)
📄
alfa-rex.php7
(6.47 KB)
📄
alfa-rex.php8
(6.47 KB)
📄
wp-login.php
(6.47 KB)
Editing: Cache.php
<?php namespace Imagely\NGG\WPCLI; use Imagely\NGG\Util\Transient; class Cache { /** * Flushes NextGen Gallery caches * * @param array $args * @param array $assoc_args * @synopsis [--expired] */ public function flush( $args, $assoc_args ) { $expired = ! empty( $assoc_args['expired'] ) ? true : false; Transient::flush( $expired ); \WP_CLI::success( 'Flushed caches' ); } }
Upload File
Create Folder