diff --git a/settings.php b/settings.php index 5d3a8b9..de7c242 100644 --- a/settings.php +++ b/settings.php @@ -2448,6 +2448,7 @@ function themeoptions_page(){ $.post(ajaxurl, { action: 'argon_ajax_test_unified_api', + nonce: '', api_id: apiId }, function(response) { if (response.success) { diff --git a/tmp/analyze-settings.py b/tmp/analyze-settings.py deleted file mode 100644 index 25e6506..0000000 --- a/tmp/analyze-settings.py +++ /dev/null @@ -1,21 +0,0 @@ -#!/usr/bin/env python3 -# 分析 settings.php 文件结构 - -with open('settings.php', 'r', encoding='utf-8') as f: - content = f.read() - -# 查找关键位置 -pos1 = content.find('