v1.7-v8x Akira Elementor - Latest Version v2.4.7.5

ritchier

New member
XNullUser
Joined
Mar 4, 2025
Messages
13
Reaction score
0
Points
1
Location
World
NullCash
16
If you want to null it follow this:
1. Open file: modules/axoncreator/src/Wp_Helper.php
2. On line 450 there is a function with name wp_remote_post. Comment all lines from 451 to 453.
3. Add this code:
return [
"body" => '{"license":"valid","error":"valid"}',
"response" => [
"code" => 200
]
];
4. Save and register your theme with any key you want.


The code after the edit should look like this:
View attachment 134962
Thanks! now show activated! Thanks for the tip!
Post automatically merged:

Thanks for the share! Testing now the themes
 
Top