• The default language of any content posted is English.
WP Reactions Pro

WP Reactions Pro 3.1.13 NULLED

raz0r

owner
Staff member
Administrator
Moderator
Messages
16,498
Reactions
63,506
raz0r submitted a new resource:

WP Reactions Pro - The #1 Emoji Reactions Plugin for WordPress

View attachment 15039

WP Reactions Pro NULLED - Emoji Reactions for WordPress
Boost user engagement with animated emoji reactions and start collecting user feedback to learn what your audience really thinks.

WP Reactions is the best animated emoji reactions plugin. Here are the features that make WP Reactions the best plugin on the market.

Emoji Reactions​

Choose from 200 licensed JoyPixels 3.5 animated emoji reactions...

Read more about this resource...
 
View attachment 23018hi it is asking to activate
Open file wp-content\plugins\wpreactions-pro\includes\Config.class.php

and delete urls from code:

Code:
    const FEEDBACK_API = 'https://wpreactions.com/api/v1/submit_feedback';
    const LICENSE_VALIDATION_API = 'https://wplicensepro.com/wp-json/api/v1/licenseActions';
    const UPDATE_API = 'https://wplicensepro.com/wp-json/api/v1/checkUpdates';
    const LICENSE_NOTIFY_ADDON_USAGE = 'https://wplicensepro.com/wp-json/api/v1/notifyAddonUsage';
 
1702053830866.pngi removed it bro, and saved it , deactivated the plugin and activated again, but it is asking to activate
1702053899941.png
Post automatically merged:

when i click activate button inside the plugin as shown in the image it keeps on rotating
 
done delete the urls only and left it blank
1702054155762.png

1702054212555.png
but its looks the same, i deactived and reactivated the plugin also
 
done delete the urls only and left it blank
View attachment 23165

View attachment 23166
but its looks the same, i deactived and reactivated the plugin also
idk what problem on your wp installation, but plugin can't update your data tables.
Do this: open file wp-content\plugins\wpreactions-pro\includes\License.class.php

find this code:

Code:
    function is_allowed() {
        return $this->is_allowed == 'yes';
    }

Change to this:

Code:
    function is_allowed() {
        return 'yes';
    }
 
Top