Remove commented-out debug code from main plugin file

Cleaned up unnecessary and potentially confusing commented-out debug code. This improves code readability and ensures no ambiguity in the plugin's source.
This commit is contained in:
Mykyta Synelnikov
2025-12-30 11:19:02 +02:00
parent 690154b42f
commit 4b6fb473ee
-4
View File
@@ -41,7 +41,3 @@ define( 'UM_UPDATER_DEBUG', false ); // Set true then need to debug the upgrade
require_once 'includes/class-functions.php';
require_once 'includes/class-init.php';
//
//echo wp_kses( '<a href="javascript:alert(1)"></a>', UM()->get_allowed_html( 'templates' ) );
//echo wp_kses( '<img onerror="alert(1)" />', UM()->get_allowed_html( 'templates' ) );
//exit;