diff --git a/.gitignore b/.gitignore index 090a1f0..a75c826 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ .idea .DS_Store +fewbricks-demo/gitignored/* diff --git a/admin/views/dev.view.php b/admin/views/dev.view.php index c2e718d..c512f0c 100644 --- a/admin/views/dev.view.php +++ b/admin/views/dev.view.php @@ -37,7 +37,7 @@ foreach ($fieldGroupCodes AS $fieldGroupKey => $data) { - $textarea_content .= $data[1]; + $textarea_content .= esc_textarea($data[1]); } @@ -62,6 +62,7 @@
+

@@ -69,7 +70,7 @@

+ Fewbricks. Use the download button to export to a .json file which you can then import to another ACF installation. Use the generate button to export to PHP code which you can place in your theme.', 'fewbricks'); ?>

@@ -122,7 +123,7 @@
-