' . esc_html__( 'Learn more', 'w3-total-cache' ) . ''; }; $page_cache_label_text = static function ( $config_key ) { $label = Util_Ui::config_label( $config_key ); return $label ? wp_strip_all_tags( $label ) : ''; }; $page_cache_setting_learn_more = static function ( $anchor, $config_key = '', $custom_label = '' ) use ( $page_cache_learn_more_link, $page_cache_label_text ) { $label = $custom_label; if ( ! $label && $config_key ) { $label = $page_cache_label_text( $config_key ); } if ( ! $label ) { return ''; } return $page_cache_learn_more_link( $anchor, $label ); }; $page_cache_home_anchor = ( 'posts' === get_option( 'show_on_front' ) ) ? 'cache-front-page' : 'cache-posts-page'; $page_cache_anchor_allowed_tags = array( 'a' => array( 'class' => array(), 'href' => array(), 'title' => array(), 'target' => array(), ), 'span' => array( 'class' => array(), ), ); $page_cache_learn_more_output = static function ( $anchor, $config_key = '', $custom_label = '' ) use ( $page_cache_setting_learn_more ) { return $page_cache_setting_learn_more( $anchor, $config_key, $custom_label ); }; ?>
' . esc_html( Cache::engine_name( $this->_config->get_string( 'pgcache.engine' ) ) ) . '', '' . esc_html__( 'enabled', 'w3-total-cache' ) : 'disabled">' . esc_html__( 'disabled', 'w3-total-cache' ) ) . '.' ), array( 'strong' => array(), 'span' => array( 'class' => array(), ), ) ); ?>
' . $status_label . '', $manage_label, '' . esc_html__( 'here', 'w3-total-cache' ) . '' ), array( 'span' => array( 'class' => array(), ), 'a' => array( 'href' => array(), ), ) ); ?>