options->get_optin_meta_value( $optin_id, 'wcf-input-fields-skins' );
?>
'
) {
echo esc_html__( 'Your cart is currently empty.', 'cartflows' );
} else {
// Ignoring the escaping rule as we are echoing shortcode.
echo $checkout_html; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
}
?>