first commit

This commit is contained in:
dwindown
2025-08-21 20:39:34 +07:00
commit 58c1497171
576 changed files with 177044 additions and 0 deletions

16
vendor/wpcfto/metaboxes/fields/html.php vendored Normal file
View File

@@ -0,0 +1,16 @@
<?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>