wip trying to save acf fields from divi form builder

This commit is contained in:
asus
2024-02-17 20:18:36 +01:00
parent 750363c05a
commit 444cb1dbc0
4 changed files with 282 additions and 17 deletions

View File

@@ -1,4 +1,4 @@
<li>
"<?php echo esc_html($meta_key); ?>" :
<?php echo esc_html(json_encode($meta_key)); ?>
<?php echo esc_html(json_encode($meta_value)); ?>
</li>