admin()->settings_link( array(), true, true ) . '#enable-resize';
} elseif ( 'bulk' !== $this->get_current_tab() ) {
$settings_link = WP_Smush::get_instance()->admin()->settings_link( array(), true ) . '#enable-resize';
} else {
$settings_link = '#';
$link_class = 'wp-smush-resize-enable';
}
printf(
esc_html__( 'Save a ton of space by not storing over-sized images on your server. %1$1sEnable image resizing%2$2s', 'wp-smushit' ),
'',
'' . __( 'Clicking this link will toggle the Enable image resizing checkbox.', 'wp-smushit' ) . ''
);
?>