get_boolean( 'pgcache.enabled' ) ) { echo wp_kses( sprintf( // Translators: 1 opening HTML div tag followed by opening HTML p tag, 2 opening HTML a tag to general settings page, // Translators: 3 closing HTML a tag, 4 closing HTML p tag followed by closing HTML div tag. __( '%1$sPage Cache is required for the Always Cached extension. Please enable it %2$shere.%3$s%4$s', 'w3-total-cache' ), '

', '', '', '

' ), array( 'div' => array( 'class' => array(), ), 'p' => array(), 'a' => array( 'href' => array(), ), ) ); } ?>

get_boolean( 'pgcache.enabled' ) ) { echo '' . esc_html__( 'enabled.', 'w3-total-cache' ) . ''; } else { echo '' . esc_html__( 'disabled.', 'w3-total-cache' ) . ''; } ?>

' . esc_html__( 'enabled.', 'w3-total-cache' ) . ''; } else { echo '' . esc_html__( 'disabled.', 'w3-total-cache' ) . ''; } ?>

array( 'type' => array(), 'name' => array(), 'value' => array(), ), ) ); require __DIR__ . '/Extension_AlwaysCached_Page_View_BoxQueue.php'; require __DIR__ . '/Extension_AlwaysCached_Page_View_Exclusions.php'; require __DIR__ . '/Extension_AlwaysCached_Page_View_BoxCron.php'; require __DIR__ . '/Extension_AlwaysCached_Page_View_BoxFlushAll.php'; ?>