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

View File

@@ -0,0 +1,9 @@
<?php
function wpcfto_term_meta_field_default($field_key, $value)
{ ?>
<input type="text"
name="<?php echo esc_attr($field_key) ?>"
id="<?php echo esc_attr($field_key) ?>"
value="<?php echo esc_attr($value); ?>"
class="term-meta-text-field"/>
<?php }