Added version detection on CSS file link

main
Rich Hall 4 years ago
parent 250233f189
commit c4948ad200

@ -6588,8 +6588,8 @@
"freemium" "freemium"
], ],
"html": [ "html": [
"<link [^>]*href=(?:\"|')[^\"']*wp-content/themes/hello-elementor", "<link [^>]*href=(?:\"|')[^\"']*wp-content/themes/hello-elementor/.*\\.css\\?ver=([0-9.]+)\\;version:\\1",
"<link [^>]*href=(?:\"|')[^\"']*wp-content/themes/elementor-hello" "<link [^>]*href=(?:\"|')[^\"']*wp-content/themes/elementor-hello/.*\\.css\\?ver=([0-9.]+)\\;version:\\1"
], ],
"dom": [ "dom": [
"style[id*='hello-elementor']", "style[id*='hello-elementor']",