wip patchs appears with informations, but are not yet updated

This commit is contained in:
asus
2024-03-24 13:23:00 +01:00
parent 94dbe05f87
commit 1415fc14a2
4 changed files with 30 additions and 21 deletions

View File

@@ -16,7 +16,8 @@ if (!defined('ABSPATH')) {
*
*/
function plugin_content() {
$patches = Fbpatch::get_patchs();
$patches = Fbpatch::get_patches();
error_log("in plugin_content, patches: ".json_encode($patches));
$nonce = Fbpatch::NONCE;
$admin_post_patches = Fbpatch::ADMIN_POST_PATCH_CHOICE;
ob_start();