/>
get_utm_link(
array(
'utm_campaign' => 'smush_noscript_docs',
),
'https://wpmudev.com/docs/wpmu-dev-plugins/smush/#noscript-tag'
);
printf(
/* translators: 1: Opening strong tag, 2: Closing strong tag, 3: a docs link */
esc_html__( 'Enabling this may cause broken elements and an increased HTML size, potentially leading to performance and visual issues. %1$sUse only if needed for compatibility with unsupported browsers. %3$s', 'wp-smushit' ),
'',
'',
$this->whitelabel->hide_doc_link() ? '' : '' . esc_html__( 'Learn More', 'wp-smushit' ) . ''
);
?>