- 摘要
- Animation Addons for Elementor - GSAP, widgets, templates, builder.
动画插件Addons是为WordPress和Elementor的最佳动画插件。它包括GSAP集成、小部件、扩展程序、即用式模板以及自定义动画构建器。
Elementor版的动画插件Addons是终极的GSAP驱动动画插件,包含86+独家小部件、25+高级Elementor扩展程序、2000多个专业设计的页面模板、150个完全搭建好的网站(包括所有内部页面),以及10000多个现代且即用式的部分模板。
破解方法:
添加代码
add_filter('pre_http_request', function($preempt, $args, $url) {
if (strpos($url, 'https://store.wealcoder.com/') !== false && isset($args['body']['edd_action'])) {
$action = $args['body']['edd_action'];
if (in_array($action, ['activate_license', 'check_license', 'deactivate_license'])) {
$license_key = get_option('wcf_addon_sl_license_key', 'e2eb9ef2bc348ed239b4ad59974c6f51');
// 返回有效
$response_data = [
'success' => true,
'license' => 'valid',
'item_id' => 13,
'item_name' => 'Elementor版动画插件Addons Pro',
'expires' => date('Y-m-d', strtotime('+10 years')),
'checksum' => md5($license_key),
'has_license_been_paid_for' => true,
];
return [
'headers' => ['content-type' => 'application/json'],
'body' => json_encode($response_data),
'response' => ['code' => 200, 'message' => 'OK'],
'cookies' => [],
'filename' => null,
];
}
}
return $preempt;
}, 9999, 3);
将代码保存到文件
animation-addons-for-elementor-pro.php
Elementor版的动画插件Addons是终极的GSAP驱动动画插件,包含86+独家小部件、25+高级Elementor扩展程序、2000多个专业设计的页面模板、150个完全搭建好的网站(包括所有内部页面),以及10000多个现代且即用式的部分模板。
破解方法:
添加代码
add_filter('pre_http_request', function($preempt, $args, $url) {
if (strpos($url, 'https://store.wealcoder.com/') !== false && isset($args['body']['edd_action'])) {
$action = $args['body']['edd_action'];
if (in_array($action, ['activate_license', 'check_license', 'deactivate_license'])) {
$license_key = get_option('wcf_addon_sl_license_key', 'e2eb9ef2bc348ed239b4ad59974c6f51');
// 返回有效
$response_data = [
'success' => true,
'license' => 'valid',
'item_id' => 13,
'item_name' => 'Elementor版动画插件Addons Pro',
'expires' => date('Y-m-d', strtotime('+10 years')),
'checksum' => md5($license_key),
'has_license_been_paid_for' => true,
];
return [
'headers' => ['content-type' => 'application/json'],
'body' => json_encode($response_data),
'response' => ['code' => 200, 'message' => 'OK'],
'cookies' => [],
'filename' => null,
];
}
}
return $preempt;
}, 9999, 3);
将代码保存到文件
animation-addons-for-elementor-pro.php