get_layout_id( 'checkout_form' );
$checkout_content_id = Main::get_instance()->get_layout_id( 'checkout_content' );
$checkout_form_post = get_post( $checkout_form_id );
$checkout_content_post = get_post( $checkout_content_id );
?>
documents->get( $checkout_content_post->ID )->is_built_with_elementor() ) : ?>
ID ); // phpcs:ignore ?>
ID ); // phpcs:ignore ?>
ID, '_wpb_shortcodes_custom_css', true );
$woodmart_shortcodes_custom_css = get_post_meta( $checkout_content_post->ID, 'woodmart_shortcodes_custom_css', true );
$content = '';
$content .= apply_filters( 'the_content', $checkout_content_post->post_content );
echo $content;
?>
>