settings = $settings; $this->excluded_handles = array_filter( array_map('trim', explode(',', $settings['js_exclude_handles'] ?? '')) ); add_filter('script_loader_tag', [$this, 'maybe_minify_script'], 998, 3); } /** * Filter: attempt to minify the script and rewrite the tag to use the cached version. * * @param string $tag The full