moved all aptches from cipf plugin to fbpatch

This commit is contained in:
asus
2024-03-24 17:06:10 +01:00
parent 1745d8754d
commit 569f4524d3
14 changed files with 96 additions and 631 deletions

View File

@@ -20,7 +20,7 @@ function plugin_content() {
$nonce = Fbpatch::NONCE;
$admin_post_patches = Fbpatch::ADMIN_POST_PATCH_CHOICE;
ob_start();
include(plugin_dir_path(__DIR__) . '/html/menu.html');
include(Fbpatch::root_path() . '/html/menu.html');
$html = ob_get_clean();
echo $html;