PATH:
home
/
thecwrif
/
public_html
/
wp-content
/
plugins
/
w3-total-cache
/
inc
/
options
<?php namespace W3TC; if ( ! defined( 'W3TC' ) ) { die(); } ?> <div id="w3tc_extensions"> <form action="admin.php?page=<?php echo esc_attr( $this->_page ); ?><?php echo $extension ? '&extension=' . esc_attr( $extension ) . '&action=view' : ''; ?>" method="post"> <div class="metabox-holder <?php echo $extension ? 'extension-settings' : ''; ?>"> <?php require W3TC_INC_OPTIONS_DIR . "/extensions/$sub_view.php"; ?> </div> </form> </div>
[-] index.html
[edit]
[-] install.php
[edit]
[-] general.php
[edit]
[-] minify.php
[edit]
[-] dbcache.php
[edit]
[-] browsercache.php
[edit]
[+]
cdn
[+]
common
[-] cdn.php
[edit]
[+]
..
[+]
enterprise
[-] pgcache.php
[edit]
[-] support.php
[edit]
[+]
parts
[+]
edd
[+]
minify
[-] objectcache.php
[edit]
[+]
extensions
[-] about.php
[edit]
[-] extensions.php
[edit]
[-] dashboard.php
[edit]