mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user