Files
formipay-public/vendor/wpcfto/metaboxes/fields/html.php
2025-08-21 20:39:34 +07:00

16 lines
324 B
PHP

<?php
/**
* Custom HTML field template for WPCFTO.
*
* Variables available:
* - $field
* - $field_id
* - $field_value
* - $field_label
* - $field_name
* - $section_name
*/
$field = "data['{$section_name}']['fields']['{$field_name}']";
?>
<wpcfto_html :fields='<?php echo esc_attr($field); ?>'></wpcfto_html>