Added DOM & html to detect theme & version

main
Rich Hall 4 years ago
parent e6372e9c7b
commit 141758e0cd

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