oont-contents/plugins/myfatoorah-woocommerce/templates/paymentFieldsEmbedded.php
2025-02-08 15:10:23 +01:00

8 lines
165 B
PHP

<?php
if ($this->gateways['form']) {
return include_once('sectionForm.php');
}
?>
<script>
jQuery('.payment_method_myfatoorah_embedded').remove();
</script>