>
disable_wp_head ) {
wp_head();
} else {
// Manually call necessary functions when wp_head is disabled.
if ( \function_exists( 'wp_enqueue_block_template_skip_link' ) ) {
wp_enqueue_block_template_skip_link();
}
}
?>
>
get_troubleshooting_form_html();
?>
get_cashier_details_html();
?>
get_paying_customer_details_html();
?>
get_coupon_form_html();
?>
$this->order,
'available_gateways' => $available_gateways,
'order_button_text' => $order_button_text,
)
);
?>
disable_wp_footer ) {
wp_footer();
}
?>