uawdijnntqw1x1x1
IP : 216.73.216.123
Hostname : webm041.cluster026.gra.hosting.ovh.net
Kernel : Linux webm041.cluster026.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
OS : Linux
PATH:
/
home
/
.
/
monikamovk
/
.
/
www
/
.
/
wp-content
/
plugins
/
nextgen-gallery
/
src
/
DataMapper
/
..
/
WPCLI
/
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' ); } }
/home/./monikamovk/./www/./wp-content/plugins/nextgen-gallery/src/DataMapper/../WPCLI/Cache.php