From 00258244128710b9fa6a158f9fa2e9e39acc334f Mon Sep 17 00:00:00 2001 From: Oscar Arzola Date: Tue, 10 Mar 2026 17:24:02 -0400 Subject: [PATCH] Add resetHubOrganizationData method This method is part of the interface and it's creating conflicts with the new 1.28.0 core --- public/class-h5p-wordpress.php | 1 + 1 file changed, 1 insertion(+) diff --git a/public/class-h5p-wordpress.php b/public/class-h5p-wordpress.php index e8af06e..e9846fc 100644 --- a/public/class-h5p-wordpress.php +++ b/public/class-h5p-wordpress.php @@ -1310,4 +1310,5 @@ public function replaceContentHubMetadataCache($metadata, $lang) { return []; } public function getContentHubMetadataCache($lang = 'en') { die('Called'); return json_encode([]); } public function getContentHubMetadataChecked($lang = 'en') {return []; } public function setContentHubMetadataChecked($time, $lang = 'en') { return []; } + public function resetHubOrganizationData() {} }