Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Uninstall Message hook #31

Open
kunikla opened this issue Aug 25, 2018 · 0 comments
Open

Create Uninstall Message hook #31

kunikla opened this issue Aug 25, 2018 · 0 comments

Comments

@kunikla
Copy link
Collaborator

kunikla commented Aug 25, 2018

Sample from DublinCoreExtended plugin
https://github.com/omeka/plugin-DublinCoreExtended/blob/master/DublinCoreExtendedPlugin.php

    public function hookUninstallMessage()
    {
        echo __('%sWarning%s: This will remove all the Dublin Core elements added '
        . 'by this plugin and permanently delete all element texts entered in those '
        . 'fields.%s', '<p><strong>', '</strong>', '</p>');
    }
@kunikla kunikla self-assigned this Aug 26, 2018
@kunikla kunikla removed their assignment Oct 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant