Alert: This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.

Freemius::unregister_uninstall_hook()

Keeping the uninstall hook registered for free or premium plugin version may result to a fatal error that could happen when a user tries to uninstall either version while one of them is still active. Uninstalling a plugin will trigger inclusion of the free or premium version and if one of them is active during the uninstallation, a fatal error may occur in case the plugin’s class or functions are already defined.


Description Description


Source Source

File: includes/pum-sdk/freemius/includes/class-freemius.php



Top ↑

Changelog Changelog

Changelog
Version Description
1.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.