changed all instances of fipf to cipf

This commit is contained in:
asus
2024-03-07 22:32:50 +01:00
parent f870f77a2c
commit be79310404
18 changed files with 170 additions and 92 deletions

View File

@@ -8,13 +8,13 @@ if (!defined('ABSPATH')) {
}
/*
function fipfcard_image_editor()
function cipfcard_image_editor()
{
// ob_start();
// wp_image_editor('33545');
// return ob_get_clean();
$fipfcard_image_editor = new PLGNTLS_class();
return $fipfcard_image_editor->add_to_front(
$cipfcard_image_editor = new PLGNTLS_class();
return $cipfcard_image_editor->add_to_front(
array(
"js/image_editor.js",
"html/image_editor.html",
@@ -24,7 +24,7 @@ function fipfcard_image_editor()
// it returns error 400
}
add_shortcode('fipfcard_image_editor', 'fipfcard_image_editor');
add_shortcode('cipfcard_image_editor', 'cipfcard_image_editor');
*/