Skip to content

Conversation

khromov
Copy link

@khromov khromov commented Apr 2, 2014

The admin notification "MinQueue helper is currently active" can be pretty annoying.
I propose we add a filter to let theme authors and plugin developers remove this notice from the admin dashboard.

Here is how you would hide the notification with the proposed change, from a plugin or theme:

add_filter('minqueue_disable_helper_notice', function($var) {
    return true;
});

The admin notification "MinQueue helper is currently active" can be pretty annoying.
I propose we add a filter to let theme authors and plugin developers remove this notice from the admin dashboard.

Here is how you would do that with the proposed change, from a plugin or theme:

```php
add_filter('minqueue_disable_helper_notice', function($var) {
	return true;
});
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant