Added DOM & html to detect theme & version

main
Rich Hall 3 years ago
parent e6372e9c7b
commit 141758e0cd

@ -13843,11 +13843,9 @@
"low",
"recurring"
],
"dom": "link[rel='stylesheet'][id*='oceanwp-style-css']",
"html": [
"<link[^>]* href=[\\'\"][^']+wp-content/themes/oceanwp/.*\\.css\\?ver=([0-9.]+)\\;version:\\1"
],
"dom": [
"style[id*='oceanwp.*']"
"<link[^>]* href=[\\'\"][^']+oceanwp/.*\\.css\\?ver=([0-9.]+)\\;version:\\1"
],
"requires": "WordPress",
"website": "https://oceanwp.org"