' . esc_html__( 'Congratulations!', 'wp-smushit' ) . ' ';
esc_html_e( 'Your site is now successfully connected, unlocking powerful tools to keep your site running smoothly.', 'wp-smushit' );
?>
get_url( 'smush-bulk&smush-action=start-bulk-smush' );
if ( is_network_admin() ) {
$button_text = __( 'Go to Subsite Controls', 'wp-smushit' );
$button_link = $this->get_url( 'smush-settings&view=permissions' );
}
?>