Closed SteveJonesDev closed 1 year ago
Most likely need to add the new window warning message after FacetWP is loaded.
(function($) { $(document).on('facetwp-loaded', function() { console.log('New content loaded!'); }); })(jQuery);
Support reference: https://wordpress.org/support/topic/facetwp-filters-remove-external-link-icon-and-hover/
https://github.com/equalizedigital/accessibility-new-window-warnings/commit/5c1d272ff599f3f43ef5e6148971386dcdba23f9
https://github.com/equalizedigital/accessibility-new-window-warnings/releases/tag/v1.0.8
Most likely need to add the new window warning message after FacetWP is loaded.
(function($) { $(document).on('facetwp-loaded', function() { console.log('New content loaded!'); }); })(jQuery);