diff --git a/class.minqueue-admin.php b/class.minqueue-admin.php index bd18315..8e1ff7a 100644 --- a/class.minqueue-admin.php +++ b/class.minqueue-admin.php @@ -321,7 +321,7 @@ function display_admin_notices() { $current_screen = get_current_screen(); - if ( isset( $this->options['helper'] ) && $this->options['helper'] === true ) + if ( isset( $this->options['helper'] ) && $this->options['helper'] === true && !apply_filters('minqueue_disable_helper_notice', false)) $this->admin_notices->add_notice( 'MinQueue helper is currently active', true ); @@ -363,4 +363,4 @@ function get_cached_files_count() { } -} \ No newline at end of file +}