Elementor Extras 2.2.52

Download Elementor Extras 2.2.52 from nulled fire. Seriously useful widgets & extensions for Elementor, your new favourite WordPress page builder.
I downloaded and installed it now but I'm getting this message in my dashboard- can you fix that please ?

Elementor Extras: Invalid License
Your license key doesn't match the current domain.. Please check the license key you received after purchase and re-activate it on this domain..
 

Apanha

Staff member
 
thank you
However you can hide that notice doing this:

Go to elementor-extras/includes/licensing.php and replace
this
Code:
    public function admin_notices() {
        if ( ! current_user_can( 'manage_options' ) ) {
            return;
        }


with this

Code:
    public function admin_notices() {
        return false;
        if ( ! current_user_can( 'manage_options' ) ) {
            return;
        }
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.