venivediveci
Member
- Oct 30, 2020
- 38
- 11
- 8
MailPoet Standard 3.5.4.1 NULLED TOTALY
1) Install
2) Use any Key to activate
3) Set Sending with... to Other etc.
4) Install Premium if required.
All connections to the main server were removed.
If to uninstall, to clear custom user capabilities, use the following php snippet once:
PHP:// Function to delete capabilities // Based on http://chrisburbridge.com/delete-unwanted-wordpress-custom-capabilities/ add_action( 'admin_init', 'clean_unwanted_caps' ); function clean_unwanted_caps() { global $wp_roles; $delete_caps = array( 'mailpoet_access_plugin_admin', 'mailpoet_manage_emails', 'mailpoet_manage_features', 'mailpoet_manage_forms', 'mailpoet_manage_segments', 'mailpoet_manage_settings', 'mailpoet_manage_subscribers', ); foreach ($delete_caps as $cap) { foreach (array_keys($wp_roles->roles) as $role) { $wp_roles->remove_cap($role, $cap); } } }
This seems to have more files changed than your last nulled version (v3.54.0). Thanks for your hard work and the great share @euguk
If it's okay @euguk, can I please ask what issues/problems were addressed by the new nulled version released in comparison to just changing the 2 functions mentioned previously by @NullMaster ? Thanks again.
Last edited: