' . esc_html__( 'Learn more', 'w3-total-cache' ) . ''; }; $objectcache_anchor_tags = array( 'a' => array( 'class' => array(), 'href' => array(), 'title' => array(), 'target' => array(), ), 'span' => array( 'class' => array(), ), ); $objectcache_learn_more_output = static function ( $anchor, $config_key = '' ) use ( $objectcache_learn_more_link ) { if ( empty( $anchor ) ) { return ''; } $label = $config_key ? Util_Ui::config_label( $config_key ) : ''; $label = $label ? wp_strip_all_tags( $label ) : $anchor; return $objectcache_learn_more_link( $anchor, $label ); }; ?>
' . Cache::engine_name( $this->_config->get_string( 'objectcache.engine' ) ) . '', '' . esc_html__( 'enabled', 'w3-total-cache' ) : 'disabled">' . esc_html__( 'disabled', 'w3-total-cache' ) ) . ( ! $this->_config->getf_boolean( 'objectcache.enabled' ) && has_filter( 'w3tc_config_item_objectcache.enabled' ) ? esc_html__( ' via filter', 'w3-total-cache' ) : '' ) . '' ), array( 'strong' => array(), 'span' => array( 'class' => array(), ), ) ); ?>