PATH:
home
/
lab2454c
/
credityork.com
/
wp-content
/
plugins
/
wp-optimize
/
cache
<?php /** * Get path to wp-config.php when called from WP-CLI. * * @return string */ function wpo_wp_cli_locate_wp_config() { $config_path = ''; if (is_callable('\WP_CLI\Utils\locate_wp_config')) { $config_path = \WP_CLI\Utils\locate_wp_config(); } return $config_path; }
[-] class-wp-optimize-cache-commands.php
[edit]
[-] class-wpo-cache-rules.php
[edit]
[-] class-wpo-page-cache.php
[edit]
[+]
..
[-] php-5.3-functions.php
[edit]
[-] file-based-page-cache.php
[edit]
[-] file-based-page-cache-functions.php
[edit]
[-] class-wp-optimize-detect-cache-plugins.php
[edit]
[-] class-wpo-cache-config.php
[edit]
[-] class-wpo-load-url-task.php
[edit]
[-] class-wp-optimize-page-cache-preloader.php
[edit]