uawdijnntqw1x1x1
IP : 18.119.128.99
Hostname : premium160.web-hosting.com
Kernel : Linux premium160.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
Disable Function : None :)
OS : Linux
PATH:
/
home
/
batcwwjx
/
.
/
public_html
/
wp-content
/
upgrade
/
..
/
plugins
/
autoptimize
/
classes
/
autoptimizeCLI.php
/
/
<?php /** * WP-CLI commands for Autoptimize. */ if ( ! defined( 'ABSPATH' ) ) { exit; } // This is a WP-CLI command, so bail if it's not available. if ( ! defined( 'WP_CLI' ) ) { return; } class autoptimizeCLI extends \WP_CLI_Command { /** * Clears the cache. * * @subcommand clear * * @param array $args Args. * @param array $args_assoc Associative args. * * @return void */ public function clear( $args, $args_assoc ) { WP_CLI::line( esc_html__( 'Flushing the cache...', 'autoptimize' ) ); autoptimizeCache::clearall(); WP_CLI::success( esc_html__( 'Cache flushed.', 'autoptimize' ) ); } } WP_CLI::add_command( 'autoptimize', 'autoptimizeCLI' );
/home/batcwwjx/./public_html/wp-content/upgrade/../plugins/autoptimize/classes/autoptimizeCLI.php