From 1046390f5912cc74f0132df2785b5ba62d33911e Mon Sep 17 00:00:00 2001 From: asus Date: Thu, 22 Feb 2024 11:50:01 +0100 Subject: [PATCH] small improvement in modals with diviengine-form-builder --- plugins/fipfcard_plugin/fipfcard_plugin.php | 2 ++ plugins/fipfcard_plugin/php/test_cache.php | 24 +++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 plugins/fipfcard_plugin/php/test_cache.php diff --git a/plugins/fipfcard_plugin/fipfcard_plugin.php b/plugins/fipfcard_plugin/fipfcard_plugin.php index 3be4bcc..fba43c7 100644 --- a/plugins/fipfcard_plugin/fipfcard_plugin.php +++ b/plugins/fipfcard_plugin/fipfcard_plugin.php @@ -42,6 +42,8 @@ include_once(PLGNTLS_class::get_path() . '/php/menu/example_menu.php'); //include_once(PLGNTLS_class::get_path() . '/php/images/image_edit_shortcode.php'); //include_once(PLGNTLS_class::get_path() . '/php/images/image-edit.php'); +//include_once(PLGNTLS_class::get_path() . '/php/test_cache.php'); + diff --git a/plugins/fipfcard_plugin/php/test_cache.php b/plugins/fipfcard_plugin/php/test_cache.php new file mode 100644 index 0000000..6b96bd4 --- /dev/null +++ b/plugins/fipfcard_plugin/php/test_cache.php @@ -0,0 +1,24 @@ +'; + echo ''; + echo ''; +} +add_action('wp_head', 'add_custom_meta_tags'); + + +?>