' . esc_html__( 'Learn more', 'w3-total-cache' ) . ''; }; $dbcache_anchor_allowed_tags = array( 'a' => array( 'class' => array(), 'href' => array(), 'title' => array(), 'target' => array(), ), 'span' => array( 'class' => array(), ), ); $dbcache_learn_more_output = static function ( $anchor, $config_key = '' ) use ( $dbcache_learn_more_link ) { if ( empty( $anchor ) ) { return ''; } $label = $config_key ? Util_Ui::config_label( $config_key ) : ''; if ( empty( $label ) ) { $label = $anchor; } return $dbcache_learn_more_link( $anchor, wp_strip_all_tags( $label ) ); }; ?>
_config->get_string( 'dbcache.engine' ) ) ), '' . esc_html__( 'enabled', 'w3-total-cache' ) : 'disabled">' . esc_html__( 'disabled', 'w3-total-cache' ) ) . '' ), array( 'span' => array( 'class' => array(), ), ) ); ?>