- 摘要
- WP Extended All-In-One Plugin Save time, money
WP Extended 是一个 WordPress 管理插件,旨在通过一系列强大的功能简化您的网站管理。它适用于初学者和经验丰富的开发人员,提供了一个直观的界面来简化复杂的任务,从而提升您的 WordPress 使用体验。
破解方法:
添加代码
add_filter('pre_http_request', function($preempt, $parsed_args, $url) {
if (strpos($url, 'https://wpextended.io/') !== false) {
return [
'headers' => [],
'body' => json_encode([
"success" => true,
"license" => "valid",
"item_id" => 548,
"item_name" => "WP Extended Pro",
"license_limit" => 100,
"site_count" => 1,
"expires" => "lifetime",
"activations_left" => 99,
"checksum" => "B5E0B5F8DD8689E6ACA49DD6E6E1A930",
"payment_id" => 123456,
"customer_name" => "NullPro",
"customer_email" => "[email protected]",
"price_id" => "7"
]),
'response' => [
'code' => 200,
'message' => 'OK',
]
];
}
return $preempt;
}, 10, 3);
将代码保存到文件
wpextended-pro.php
破解方法:
添加代码
add_filter('pre_http_request', function($preempt, $parsed_args, $url) {
if (strpos($url, 'https://wpextended.io/') !== false) {
return [
'headers' => [],
'body' => json_encode([
"success" => true,
"license" => "valid",
"item_id" => 548,
"item_name" => "WP Extended Pro",
"license_limit" => 100,
"site_count" => 1,
"expires" => "lifetime",
"activations_left" => 99,
"checksum" => "B5E0B5F8DD8689E6ACA49DD6E6E1A930",
"payment_id" => 123456,
"customer_name" => "NullPro",
"customer_email" => "[email protected]",
"price_id" => "7"
]),
'response' => [
'code' => 200,
'message' => 'OK',
]
];
}
return $preempt;
}, 10, 3);
将代码保存到文件
wpextended-pro.php