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

Make plugin more friendly to modification #7010

Open
markjaquith opened this issue Apr 18, 2017 · 3 comments
Open

Make plugin more friendly to modification #7010

markjaquith opened this issue Apr 18, 2017 · 3 comments

Comments

@markjaquith
Copy link
Contributor

I needed to disable the "Primary Term" feature for a client. I couldn't find a way to do it without hacking the plugin to prevent that class from being instantiated. The instance of that feature's class is in a private variable, and there is no filter call that lets you toggle it on or off. Within the class itself, there is no "should I register all my hooks?" filter call. It's just all set in stone, and there's nothing anything external can do about it.

@thulshof
Copy link
Contributor

Thanks for your report. We're providing multiple filters to enable users to change the behavior of our plugin. You can see a list of filters on our website. Currently we're focusing on issues that affect many users. We've concluded that this issue is not experienced by many users, therefore we are not able to fix this short-term. However, if more users are requesting this feature, we'll of course revisit this issue.

@thulshof
Copy link
Contributor

@markjaquith We've just discussed this internally and we'll re-open this issue. However, currently we don't have the capacity to add this feature but you are very welcome to submit a PR that adds a filter for this.

@stodorovic
Copy link
Contributor

Related to #6184. There are more info about this issue.

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

6 participants